Options
All
  • Public
  • Public/Protected
  • All
Menu

Initiate a password reset. This call will trigger an email containing the passwordResetCode which must be provided to confirm the reset.

Index

Interfaces

Type aliases

Variables

Functions

Interfaces

Args

Args:

username

username: string

Type aliases

Response

Response: MessageResponse

Result

When successful, the message ought to say something like, "An email has been sent with a temporary password."

Variables

Const HTTP

HTTP: POST = "POST"

Const Path

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

Functions

isArgs

  • isArgs(val: any): boolean

newArgs

Generated using TypeDoc