@auth0/nextjs-auth0 - v4.11.0
Preparing search index...
types
TokenSet
Interface TokenSet
interface
TokenSet
{
accessToken
:
string
;
audience
?:
string
;
expiresAt
:
number
;
idToken
?:
string
;
refreshToken
?:
string
;
requestedScope
?:
string
;
scope
?:
string
;
token_type
?:
string
;
}
Index
Properties
access
Token
audience?
expires
At
id
Token?
refresh
Token?
requested
Scope?
scope?
token_
type?
Properties
access
Token
accessToken
:
string
Optional
audience
audience
?:
string
expires
At
expiresAt
:
number
Optional
id
Token
idToken
?:
string
Optional
refresh
Token
refreshToken
?:
string
Optional
requested
Scope
requestedScope
?:
string
Optional
scope
scope
?:
string
Optional
token_
type
token_type
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
access
Token
audience
expires
At
id
Token
refresh
Token
requested
Scope
scope
token_
type
@auth0/nextjs-auth0 - v4.11.0
Loading...