Variable tokenErrorMessagesConst
tokenErrorMessages: {
EXTEND_SESSION_FAILED: string;
MISSING_ACCESS_TOKEN: string;
MISSING_REFRESH_TOKEN: string;
} = ...
Type declaration
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.