tokenType property
String?
get
tokenType
OAuth 2.0 Token Type value
The value MUST be Bearer or another token_type value that the Client has negotiated with the Authorization Server.
Implementation
String? get tokenType => this['token_type'];