token property
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;
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
String? token;