Variable TOKEN_KEY_ERRORConst
TOKEN_KEY_ERROR: {
TOKEN_INVALID_HEADER: "basalt-auth.error.token_invalid_header";
TOKEN_INVALID_PAYLOAD: "basalt-auth.error.token_invalid_payload";
TOKEN_INVALID_STRUCTURE: "basalt-auth.error.token_invalid_structure";
TOKEN_IS_EXPIRED: "basalt-auth.error.token_is_expired";
TOKEN_SIGNATURE_INVALID: "basalt-auth.error.token_signature_invalid";
} = ...
Type declaration
Readonly
TOKEN_INVALID_HEADER: "basalt-auth.error.token_invalid_header"
Readonly
TOKEN_INVALID_PAYLOAD: "basalt-auth.error.token_invalid_payload"
Readonly
TOKEN_INVALID_STRUCTURE: "basalt-auth.error.token_invalid_structure"
Readonly
TOKEN_IS_EXPIRED: "basalt-auth.error.token_is_expired"
Readonly
TOKEN_SIGNATURE_INVALID: "basalt-auth.error.token_signature_invalid"
Global error key is a list of errors in the global context.