Back to Node Auth0

Interface TokenSet

docs/interfaces/auth.TokenSet.html

5.9.11.1 KB
Original Source

Interface TokenSet

interface TokenSet {
access_token: string;
refresh_token?: string;
id_token?: string;
token_type: "Bearer";
expires_in: number;
}

Index

Properties

access_tokenrefresh_token?id_token?token_typeexpires_in

Properties

access_token

access_token: string

The access token.

Optionalrefresh_token

refresh_token?: string

The refresh token, available with the offline_access scope.

Optionalid_token

id_token?: string

The user's ID Token.

token_type

token_type: "Bearer"

The token type of the access token.

expires_in

expires_in: number

The duration in secs that the access token is valid.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties access_tokenrefresh_tokenid_tokentoken_typeexpires_in