Holds credentials generated by a sign-in with a credential to an IDP that uses OAuth
| abstract String |
getAccessToken()
Returns the OAuth access token associated with this credential.
|
| abstract String |
getIdToken()
Returns the OAuth ID token associated with this credential.
|
| abstract String |
getSecret()
Returns the OAuth secret associated with this credential.
|
Returns the OAuth access token associated with this credential.
Returns the OAuth ID token associated with this credential.
Returns the OAuth secret associated with this credential. This will be null for OAuth 2.0 providers.