tokenType property

String? tokenType
getter/setter pair

Only support "bearer" token in v1 as bearer token is the predominant type used with OAuth 2.0.

Implementation

core.String? tokenType;