token property

String? token
getter/setter pair

The string value of the token. For access tokens, this is the "access_token" value returned from the token endpoint defined in OAuth 2.0

Implementation

String? token;