requestedTokenType property

String? requestedTokenType
getter/setter pair

Identifier for the type of the requested security token.

The only currently supported value is 'urn:ietf:params:oauth:token-type:access_token'.

Required.

Implementation

core.String? requestedTokenType;