Skip to content

Interface: ChangePasswordRequest

Interface: ChangePasswordRequest

Defined in: auth-shared/src/dto/auth.ts:128

POST /auth/password/change request body.

Properties

current_password

current_password: string

Defined in: auth-shared/src/dto/auth.ts:129


new_password

new_password: string

Defined in: auth-shared/src/dto/auth.ts:130