| java.lang.Object | ||
| ↳ | com.google.firebase.auth.ProviderConfig | |
| ↳ | com.google.firebase.auth.OidcProviderConfig | |
Contains metadata associated with an OIDC Auth provider.
Instances of this class are immutable and thread safe.
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| class | OidcProviderConfig.CreateRequest | A specification class for creating a new OIDC Auth provider. | |||||||||
| class | OidcProviderConfig.UpdateRequest | A specification class for updating an existing OIDC Auth provider. | |||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| OidcProviderConfig() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | getClientId() | ||||||||||
| String | getIssuer() | ||||||||||
| OidcProviderConfig.UpdateRequest |
updateRequest()
Returns a new
OidcProviderConfig.UpdateRequest, which can be used to update the attributes of this
provider config. | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.firebase.auth.ProviderConfig
| |||||||||||
From class
java.lang.Object
| |||||||||||
Returns a new OidcProviderConfig.UpdateRequest, which can be used to update the attributes of this
provider config.
OidcProviderConfig.UpdateRequest instance.