itd-api / AUTH_PATHS
Variable: AUTH_PATHS
ts
const AUTH_PATHS: object;Defined in: core/auth.ts:18
Пути эндпоинтов авторизации.
Type Declaration
changePassword
ts
readonly changePassword: "/api/v1/auth/change-password" = '/api/v1/auth/change-password';forgotPassword
ts
readonly forgotPassword: "/api/v1/auth/forgot-password" = '/api/v1/auth/forgot-password';logout
ts
readonly logout: "/api/v1/auth/logout" = '/api/v1/auth/logout';refresh
ts
readonly refresh: "/api/v1/auth/refresh" = '/api/v1/auth/refresh';resendOtp
ts
readonly resendOtp: "/api/v1/auth/resend-otp" = '/api/v1/auth/resend-otp';resetPassword
ts
readonly resetPassword: "/api/v1/auth/reset-password" = '/api/v1/auth/reset-password';sessions
ts
readonly sessions: "/api/v1/auth/sessions" = '/api/v1/auth/sessions';signIn
ts
readonly signIn: "/api/v1/auth/sign-in" = '/api/v1/auth/sign-in';signUp
ts
readonly signUp: "/api/v1/auth/sign-up" = '/api/v1/auth/sign-up';verifyOtp
ts
readonly verifyOtp: "/api/v1/auth/verify-otp" = '/api/v1/auth/verify-otp';