Interface protos.google.cloud.dialogflow.v2.Tool.Authentication.IOAuthConfig (7.5.0)

Properties of a OAuthConfig.

Package

@google-cloud/dialogflow

Properties

clientId

clientId?: (string|null);

OAuthConfig clientId

clientSecret

clientSecret?: (string|null);

OAuthConfig clientSecret

oauthGrantType

oauthGrantType?: (google.cloud.dialogflow.v2.Tool.Authentication.OAuthConfig.OauthGrantType|keyof typeof google.cloud.dialogflow.v2.Tool.Authentication.OAuthConfig.OauthGrantType|null);

OAuthConfig oauthGrantType

scopes

scopes?: (string[]|null);

OAuthConfig scopes

secretVersionForClientSecret

secretVersionForClientSecret?: (string|null);

OAuthConfig secretVersionForClientSecret

tokenEndpoint

tokenEndpoint?: (string|null);

OAuthConfig tokenEndpoint