• Send a password reset email to the requested email

    Parameters

    • email: string
    • Optional onSent: null | ((value: void) => void | PromiseLike<void>)
    • Optional onError: null | ((reason: any) => void | PromiseLike<void>)

    Returns Promise<void>

Generated using TypeDoc