Preparing search index...
The search index is not available
@auth0/nextjs-auth0 - v4.0.2
@auth0/nextjs-auth0
types
SessionData
Interface SessionData
interface
SessionData
{
internal
:
{
createdAt
:
number
;
sid
:
string
}
;
tokenSet
:
TokenSet
;
user
:
User
;
[
key
:
string
]:
unknown
;
}
Indexable
[
key
:
string
]:
unknown
Index
Properties
internal
token
Set
user
Properties
internal
internal
:
{
createdAt
:
number
;
sid
:
string
}
token
Set
tokenSet
:
TokenSet
user
user
:
User
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
internal
token
Set
user
@auth0/nextjs-auth0 - v4.0.2
Loading...