Class LoginAttemptInformation

A simple class to represent a Login Attempt.

Hierarchy

  • FrameworkObject
    • LoginAttemptInformation

Constructors

Accessors

  • get failReason(): string
  • A string that describes the login failure reason.

    Returns string

  • get isSuccessful(): boolean
  • Indicates if the login was successful or not.

    Returns boolean

  • get jwt(): string
  • The user JWT token. Required for API authenticated requests.

    Returns string