Home > @firebase/auth > OAuthCredential > accessToken
OAuthCredential.accessToken property
The OAuth access token associated with the credential if it belongs to an OAuthProvider, such as facebook.com
, twitter.com
, etc.
Signature:
accessToken?: string;