Interface protos.google.cloud.ces.v1.IOAuthConfig (0.3.0)

Properties of a OAuthConfig.

Package

@google-cloud/ces

Properties

clientId

clientId?: (string|null);

OAuthConfig clientId

clientSecretVersion

clientSecretVersion?: (string|null);

OAuthConfig clientSecretVersion

oauthGrantType

oauthGrantType?: (google.cloud.ces.v1.OAuthConfig.OauthGrantType|keyof typeof google.cloud.ces.v1.OAuthConfig.OauthGrantType|null);

OAuthConfig oauthGrantType

scopes

scopes?: (string[]|null);

OAuthConfig scopes

tokenEndpoint

tokenEndpoint?: (string|null);

OAuthConfig tokenEndpoint