Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AuthenticationStatus<Account>

Authentication status returned by AuthenticationEngine.

Type parameters

Hierarchy

  • AuthenticationStatus

Properties

Optional authenticated

authenticated: Account

Property set only when authentication is completed successfully. Contains user account model.

Optional error

Error encountered in the authentication process.

Optional nextStep

Next step in the authentication process.

Optional token

token: string

Token which needs to be sent to client.
For now, this property is set only by challenge-response nonce generator.