Auth0 Node.js SDK - v5.0.0
Preparing search index...
auth
TokenForConnectionResponse
Interface TokenForConnectionResponse
interface
TokenForConnectionResponse
{
access_token
:
string
;
scope
?:
string
;
expires_at
:
number
;
connection
:
string
;
[
key
:
string
]:
unknown
;
}
Indexable
[
key
:
string
]:
unknown
Index
Properties
access_
token
scope?
expires_
at
connection
Properties
access_
token
access_token
:
string
Optional
scope
scope
?:
string
expires_
at
expires_at
:
number
connection
connection
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
access_
token
scope
expires_
at
connection
Auth0 Node.js SDK - v5.0.0
Loading...