Skip to content

Interface: RequestPasswordResetRequest

Interface: RequestPasswordResetRequest

Defined in: dto/auth.ts:114

POST /auth/password/reset-request request body.

Properties

app_code?

optional app_code?: string

Defined in: dto/auth.ts:118

Identifies the calling app so the reset email link can point back at that app’s frontend (apps.frontend_url). Optional.


email

email: string

Defined in: dto/auth.ts:115