public final class

OidcProviderConfig

extends ProviderConfig
java.lang.Object
   ↳ com.google.firebase.auth.ProviderConfig
     ↳ com.google.firebase.auth.OidcProviderConfig

Class Overview

Contains metadata associated with an OIDC Auth provider.

Instances of this class are immutable and thread safe.

Summary

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 getClientSecret()
String getIssuer()
boolean isCodeResponseType()
boolean isIdTokenResponseType()
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

Public Constructors

public OidcProviderConfig ()

Public Methods

public String getClientId ()

public String getClientSecret ()

public String getIssuer ()

public boolean isCodeResponseType ()

public boolean isIdTokenResponseType ()

public OidcProviderConfig.UpdateRequest updateRequest ()

Returns a new OidcProviderConfig.UpdateRequest, which can be used to update the attributes of this provider config.

Returns