tokenType property
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;
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.
core.String? tokenType;