OIDCProvider
interface
Interface that represents an Open ID Connect auth provider. Implemented by other providers.
Properties
credential
</>Creates a new OIDCProvider
.
credential: (oidcSuffix: string, idToken: string) => AuthCredential;
Interface that represents an Open ID Connect auth provider. Implemented by other providers.
Creates a new OIDCProvider
.
credential: (oidcSuffix: string, idToken: string) => AuthCredential;