tokenType property

String? tokenType
getter/setter pair

Type of the returned access token (e.g. "Bearer").

It specifies how the token must be used. Bearer tokens may be used by any entity without proof of identity.

Implementation

core.String? tokenType;