Auth0 Node.js SDK - v5.0.0
Preparing search index...
auth
SDK
AddClientAuthenticationPayload
Interface AddClientAuthenticationPayload
interface
AddClientAuthenticationPayload
{
client_id
?:
string
;
client_secret
?:
string
;
client_assertion
?:
string
;
client_assertion_type
?:
string
;
[
key
:
string
]:
any
;
}
Indexable
[
key
:
string
]:
any
Index
Properties
client_
id?
client_
secret?
client_
assertion?
client_
assertion_
type?
Properties
Optional
client_
id
client_id
?:
string
Optional
client_
secret
client_secret
?:
string
Optional
client_
assertion
client_assertion
?:
string
Optional
client_
assertion_
type
client_assertion_type
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
client_
id
client_
secret
client_
assertion
client_
assertion_
type
Auth0 Node.js SDK - v5.0.0
Loading...