Interface protos.google.cloud.dialogflow.cx.v3.Webhook.GenericWebService.IOAuthConfig (5.1.0)

Properties of a OAuthConfig.

Package

@google-cloud/dialogflow-cx

Properties

clientId

clientId?: (string|null);

OAuthConfig clientId

clientSecret

clientSecret?: (string|null);

OAuthConfig clientSecret

scopes

scopes?: (string[]|null);

OAuthConfig scopes

tokenEndpoint

tokenEndpoint?: (string|null);

OAuthConfig tokenEndpoint