Back to Node Auth0

Interface FlowsVaultConnectionHttpOauthClientCredentialsSetup

docs/interfaces/management.Management.FlowsVaultConnectionHttpOauthClientCredentialsSetup.html

5.9.11.3 KB
Original Source

Interface FlowsVaultConnectionHttpOauthClientCredentialsSetup

interface FlowsVaultConnectionHttpOauthClientCredentialsSetup {
type: "OAUTH_CLIENT_CREDENTIALS";
client_id: string;
client_secret: string;
token_endpoint: string;
audience?: string;
resource?: string;
scope?: string;
}

Index

Properties

typeclient_idclient_secrettoken_endpointaudience?resource?scope?

Properties

type

type: "OAUTH_CLIENT_CREDENTIALS"

client_id

client_id: string

client_secret

client_secret: string

token_endpoint

token_endpoint: string

Optionalaudience

audience?: string

Optionalresource

resource?: string

Optionalscope

scope?: string

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties typeclient_idclient_secrettoken_endpointaudienceresourcescope