Interface AuthenticationTokens

Encapsulates the authentication tokens obtained from a successful authentication.

Param

ID token containing the user's identity attributes.

Param

access token required for authorizing API access.

Param

refresh token used for refreshing ID and access tokens.

Param

expiry of ID and access tokens in milliseconds.

Hierarchy

  • AuthenticationTokens

Properties

accessToken: string
idToken: string
refreshToken: string
tokenExpiry: number

Generated using TypeDoc