tokenErrorMessages: {
    EXTEND_SESSION_FAILED: string;
    MISSING_ACCESS_TOKEN: string;
    MISSING_REFRESH_TOKEN: string;
} = ...

Contains error messages related to token access issues.

These messages are used to inform users when there is a problem with the authentication tokens.

Type declaration

  • EXTEND_SESSION_FAILED: string

    Error message indicating that extending the session failed.

  • MISSING_ACCESS_TOKEN: string

    Error message indicating that the access token is missing.

  • MISSING_REFRESH_TOKEN: string

    Error message indicating that the refresh token is missing.