Google Cloud Ces V1 Client - Class OauthGrantType (0.1.0)

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 \ OAuthConfig

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

OAUTH_GRANT_TYPE_UNSPECIFIED

Value: 0

Unspecified. Defaults to CLIENT_CREDENTIAL.

Generated from protobuf enum OAUTH_GRANT_TYPE_UNSPECIFIED = 0;

CLIENT_CREDENTIAL

Value: 1

Represents the client credential flow.

Generated from protobuf enum CLIENT_CREDENTIAL = 1;