Properties of a OAuthConfig.
Package
@google-cloud/dialogflowProperties
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