Appearance
cloudfire-auth / OAuthResponseType
Interface: OAuthResponseType
Defined in: types/firebase-admin/auth-config.ts:537
The interface representing OIDC provider's response object for OAuth authorization flow. One of the following settings is required:
- Set
codetotruefor the code flow. - Set
idTokentotruefor the ID token flow.
Properties
code?
optionalcode:boolean
Defined in: types/firebase-admin/auth-config.ts:545
Whether authorization code is returned from IdP's authorization endpoint.
idToken?
optionalidToken:boolean
Defined in: types/firebase-admin/auth-config.ts:541
Whether ID token is returned from IdP's authorization endpoint.