RSX Code Reference
    Preparing search index...
    • rsx
    • LoginAttemptInformation

    Class LoginAttemptInformation

    A simple class to represent a Login Attempt.

    Index
    • 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

    • get motd(): string

      The message of the day, as returned by the server.

      Returns string