Hierarchy

  • ForgottenCredentials

Properties

impersonating: boolean = false

Methods

  • Reset a password by verification code. Check out the docs for more info

    Parameters

    • verificationCode: string

      Verification code of the password reset.

    • passwordReset: PasswordReset

      Required fields: ClientID, Username

    • requestOptions: RequestOptions = {}

    Returns Promise<void>

  • Retrieve a username. Sends an email with username for every username associated with an email. Always returns a 200 success regardless of if email doesn’t exist in the clientID. Check out the docs for more info

    Parameters

    • listOptions: {
          clientID?: string;
          email?: string;
      } = {}
      • Optional clientID?: string

        ID of the client.

      • Optional email?: string

        Email of the forgotten credentials.

    • requestOptions: RequestOptions = {}

    Returns Promise<void>

Generated using TypeDoc