The user's session.

Hierarchy

  • default

Indexable

[key: string]: any

Constructors

Properties

accessToken?: string

The access token.

accessTokenExpiresAt?: number

The expiration of the access token.

accessTokenScope?: string

The access token scopes.

idToken?: string

The ID token.

refreshToken?: string

The refresh token, which is used to request a new access token.

IMPORTANT You need to request the offline_access scope on login to get a refresh token from Auth0.

user: Claims

Any of the claims from the id_token.