UNPKG

@experts_hub/shared

Version:

Shared DTOs, interfaces, and utilities for experts hub applications

15 lines (14 loc) 424 B
export declare const AUTHENTICATION_PATTERN: { handleValidateToken: string; handleLogin: string; handleLoginViaOtp: string; handleRefreshToken: string; handleLogout: string; handleLogoutAll: string; fetchSessions: string; revokeSession: string; handleForgotPassword: string; handleResetPassword: string; handleValidateResetPasswordToken: string; handleSetPassword: string; };