accessToken property

String? accessToken
final

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.

「facebook.com」、「twitter.com」などの OAuth プロバイダーに属している場合、資格情報に関連付けられたOAuthアクセストークン。 OAuthアクセストークンを使用して、プロバイダーの API を呼び出すことができます。

Implementation

final String? accessToken;