Auth0 Node.js SDK - v5.3.1
Preparing search index...
management
Management
FlowsVaultConnectionHttpOauthClientCredentialsSetup
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
type
client_
id
client_
secret
token_
endpoint
audience?
resource?
scope?
Properties
type
type
:
"OAUTH_CLIENT_CREDENTIALS"
client_
id
client_id
:
string
client_
secret
client_secret
:
string
token_
endpoint
token_endpoint
:
string
Optional
audience
audience
?:
string
Optional
resource
resource
?:
string
Optional
scope
scope
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
type
client_
id
client_
secret
token_
endpoint
audience
resource
scope
Auth0 Node.js SDK - v5.3.1
Loading...