Situm SDK JS
    Preparing search index...

    Class AuthSession

    Index

    Constructors

    Properties

    invalid: any
    payload: SitumJWTPayload

    Accessors

    • get jwt(): string

      Returns the JWT string for the current session.

      Returns string

      The JWT value.

    • get refreshToken(): string

      Returns the refresh token for the current session.

      Returns string

      The refresh token.

    Methods

    • Checks if the current session is expired.

      Returns boolean

      True if the session is expired, false otherwise.