validationErrorMessages: {
    MISSING_LOGIN_PASSWORD: string;
    MISSING_LOGIN_REQUEST_SESSION_TOKEN: string;
    MISSING_LOGIN_REQUEST_VERIFICATION_CODE: string;
} = ...

Contains validation error messages for user authentication.

These messages are used to inform users about missing or invalid parameters during the authentication process.

Type declaration

  • MISSING_LOGIN_PASSWORD: string

    Error message indicating that the password is required.

  • MISSING_LOGIN_REQUEST_SESSION_TOKEN: string

    Error message indicating that the session token is missing.

  • MISSING_LOGIN_REQUEST_VERIFICATION_CODE: string

    Error message indicating that the verification code is missing.