Delete User Info

Deletes user information from the authentication server.

delete: (params: GeneralParams) => Promise<GeneralResponseData>;

Parameters:

  • GeneralParams:

    • deviceId: The device unique ID.

    • loginToken: The login token for authentication.

    • spk: The Shares Protecting Key (Public and Private Key).

Returns:

A promise that resolves to a GeneralResponseData object.

Associated Types

KeyTypesUserInfoTypesAuthServerClientTypes

Last updated