Class UserSettingsEmailChange

UserSettingsEmailChange

Date

2/1/2024 - 8:16:35 PM

Export

Constructors

Properties

Methods

Constructors

Properties

apiClient: APIClient

Methods

  • Change the user's email. Requires derived hashed password.

    Parameters

    • param0: {
          authVersion: AuthVersion;
          email: string;
          password: string;
      }

    Returns Promise<void>

    Date

    2/10/2024 - 1:40:31 AM

    Async

Generated using TypeDoc