tokenType property

String tokenType

The expected authorization type when this token is used in a request header. Fixed to Bearer for now.

Implementation

String get tokenType => _data['token_type'];