Class OauthGrantType (1.33.0)

OauthGrantType(value)

OAuth grant types. Only client credential grant <https://oauth.net/2/grant-types/client-credentials>__ is supported.

Values: OAUTH_GRANT_TYPE_UNSPECIFIED (0): Default value. This value is unused. CLIENT_CREDENTIAL (1): Represents the client credential flow <https://oauth.net/2/grant-types/client-credentials>__.