The OAuth access token used to initialize the OAuthCredential.
Optional idToken
idToken:string
The OAuth ID token used to initialize the OAuthCredential.
Optional rawNonce
rawNonce:string
The raw nonce associated with the ID token. It is required when an ID token
with a nonce field is provided. The SHA-256 hash of the raw nonce must match
the nonce field in the ID token.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-07-27 UTC."],[],[]]
Defines the options for initializing an firebase.auth.OAuthCredential. For ID tokens with nonce claim, the raw nonce has to also be provided.