Preparing search index...
The search index is not available
@auth0/nextjs-auth0 - v4.4.0
@auth0/nextjs-auth0
types
TokenSet
Interface TokenSet
interface
TokenSet
{
accessToken
:
string
;
expiresAt
:
number
;
idToken
?:
string
;
refreshToken
?:
string
;
scope
?:
string
;
}
Index
Properties
access
Token
expires
At
id
Token?
refresh
Token?
scope?
Properties
access
Token
accessToken
:
string
expires
At
expiresAt
:
number
Optional
id
Token
idToken
?:
string
Optional
refresh
Token
refreshToken
?:
string
Optional
scope
scope
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
access
Token
expires
At
id
Token
refresh
Token
scope
@auth0/nextjs-auth0 - v4.4.0
Loading...