Files
ray-project--ray/python/ray/dashboard/client/src/authentication/constants.ts
T
2026-07-13 13:17:40 +08:00

10 lines
282 B
TypeScript

/**
* Authentication-related constants for the Ray dashboard.
*/
/**
* Event name dispatched when an authentication error occurs (401 or 403).
* Listened to by App.tsx to show the authentication dialog.
*/
export const AUTHENTICATION_ERROR_EVENT = "ray-authentication-error";