Interface protos.google.cloud.dialogflow.cx.v3beta1.Tool.Authentication.IOAuthConfig (4.6.0)

Properties of a OAuthConfig.

Package

@google-cloud/dialogflow-cx

Properties

clientId

clientId?: (string|null);

OAuthConfig clientId

clientSecret

clientSecret?: (string|null);

OAuthConfig clientSecret

oauthGrantType

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

OAuthConfig oauthGrantType

tokenEndpoint

tokenEndpoint?: (string|null);

OAuthConfig tokenEndpoint