accessToken property
The OAuth access token associated with the credential if it belongs to an
OAuth provider, such as facebook.com
, twitter.com
, etc.
Using the OAuth access token, you can call the provider's API.
Implementation
final String? accessToken;