Reference documentation and code samples for the Google Cloud Ces V1 Client class OauthGrantType.
OAuth grant types. Only client credential grant is supported.
Protobuf type google.cloud.ces.v1.OAuthConfig.OauthGrantType
Namespace
Google \ Cloud \ Ces \ V1 \ OAuthConfigMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
OAUTH_GRANT_TYPE_UNSPECIFIED
Value: 0Unspecified. Defaults to CLIENT_CREDENTIAL.
Generated from protobuf enum OAUTH_GRANT_TYPE_UNSPECIFIED = 0;
CLIENT_CREDENTIAL
Value: 1Represents the client credential flow.
Generated from protobuf enum CLIENT_CREDENTIAL = 1;