oauthGrantType property

String? oauthGrantType
getter/setter pair

OAuth grant types.

Required. Possible string values are:

  • "OAUTH_GRANT_TYPE_UNSPECIFIED" : Default value. This value is unused.
  • "CLIENT_CREDENTIAL" : Represents the client credential flow.

Implementation

core.String? oauthGrantType;