grantType property

String? grantType
getter/setter pair

This should be urn:ietf:params:oauth:grant-type:token-exchange to indicate that a token exchange is being performed.

Required.

Implementation

core.String? grantType;