Options
All
  • Public
  • Public/Protected
  • All
Menu

Conclude a password reset by supplying the code from the email along with a new password.

Index

Interfaces

Type aliases

Variables

Functions

Interfaces

Args

Args:

newPassword

newPassword: string

passwordResetCode

passwordResetCode: string

username

username: string

Type aliases

Response

Response: MessageResponse

Result

Ought to tell them they can now log in with their new password.

Variables

Const HTTP

HTTP: POST = "POST"

Const Path

Path: string = `${authBasePath}/${ResourcePaths.passReset}`

Functions

isArgs

  • isArgs(val: any): boolean

newArgs

Generated using TypeDoc