accessToken property

String? accessToken

OAuth 2.0 Access Token

This is returned unless the response_type value used is id_token.

Implementation

String? get accessToken => this['access_token'];