accessToken property

String? accessToken
getter/setter pair

The Google access token for third-party identity in the requested format.

Currently, the token is only going to be an OAuth 2.0 access token.

Implementation

core.String? accessToken;