Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Auth0Result

result of the Auth request. If there is no token available, this value will be null.

Hierarchy

  • Auth0Result

Index

Properties

Optional accessToken

accessToken: string

token that allows access to the specified resource server (identified by the audience parameter or by default Auth0's /userinfo endpoint)

Optional appState

appState: any

values that you receive back on the authentication response

Optional expiresIn

expiresIn: number

number of seconds until the access token expires

Optional idToken

idToken: string

token that identifies the user

Optional refreshToken

refreshToken: string

token that can be used to get new access tokens from Auth0. Note that not all Auth0 Applications can request them or the resource server might not allow them.

Generated using TypeDoc