oauthGrantType property

String? oauthGrantType
getter/setter pair

OAuth grant types.

Required. Possible string values are:

  • "OAUTH_GRANT_TYPE_UNSPECIFIED" : Unspecified. Defaults to CLIENT_CREDENTIAL.
  • "CLIENT_CREDENTIAL" : Represents the client credential flow.

Implementation

core.String? oauthGrantType;