Preparing search index...
The search index is not available
@auth0/nextjs-auth0
@auth0/nextjs-auth0
client/use-user
UserProfile
Interface UserProfile
The user claims returned from the
useUser
hook.
Hierarchy
UserProfile
Indexable
[
key:
string
]:
unknown
Index
Properties
email?
email_
verified?
name?
nickname?
org_
id?
picture?
sub?
updated_
at?
Properties
Optional
email
email
?:
null
|
string
Optional
email_
verified
email_
verified
?:
null
|
boolean
Optional
name
name
?:
null
|
string
Optional
nickname
nickname
?:
null
|
string
Optional
org_
id
org_
id
?:
null
|
string
Optional
picture
picture
?:
null
|
string
Optional
sub
sub
?:
null
|
string
Optional
updated_
at
updated_
at
?:
null
|
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
email
email_
verified
name
nickname
org_
id
picture
sub
updated_
at
@auth0/nextjs-auth0
client
client/use-user
client/with-page-auth-required
config
edge
handlers
handlers/auth
handlers/backchannel-logout
handlers/callback
handlers/login
handlers/logout
handlers/profile
handlers/router-helpers
helpers
helpers/testing
helpers/with-api-auth-required
helpers/with-middleware-auth-required
helpers/with-page-auth-required
http
http/auth0-next-api-request
http/auth0-next-api-response
Loading...
The user claims returned from the useUser hook.