Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Auth0DecodedHash

The contents of the authResult object returned by {@link WebAuth#parseHash }

Hierarchy

  • Auth0DecodedHash

Index

Properties

Optional accessToken

accessToken: string

Optional appState

appState: any

Optional expiresIn

expiresIn: number

Optional idToken

idToken: string

Optional idTokenPayload

idTokenPayload: any

Optional refreshToken

refreshToken: string

Optional scope

scope: string

Optional state

state: string

Optional tokenType

tokenType: string

Generated using TypeDoc