grantType property

String? grantType
getter/setter pair

The grant type.

Must be urn:ietf:params:oauth:grant-type:token-exchange, which indicates a token exchange.

Required.

Implementation

core.String? grantType;