Skip to content

AuthEndpoints

reference
1 min readUpdated

Kind: Class

Source: atloria-monorepo/packages/api-client/src/endpoints/auth.ts

Auth endpoints

Methods

MethodSignatureReturns
loginlogin(email: string, password: string)Promise<AuthResponse>
registerregister(dto: RegisterDto)Promise<AuthResponse>
refreshrefresh()Promise<AuthResponse>
logoutlogout()Promise<void>
verifyverify()Promise<{ valid: boolean }>

Was this page helpful?

Download as PDF