Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AuthenticationSession

Session which holds the current authentication made by user from a concrete device.

Hierarchy

  • AuthenticationSession

Properties

Optional challengeResponseNonce

challengeResponseNonce: string

Challenge Response nonce that was generated and sent to client.
After it has been validated, it will removed from session, in order to prevent replay attacks.

Optional recaptchaRequired

recaptchaRequired: boolean

Whether recaptcha is required in order to complete authentication.
After recaptcha has been verified, this property will be removed from session.

Optional twoFactorAuthenticationToken

twoFactorAuthenticationToken: string

Two factor authentication token that was generated and sent to client.
After it has been validated, it will removed from session, in order to prevent replay attacks.