Backup User Info

Backup user information to the authentication server.

backup: (
   params: BackupUserInfoParams
 ) => Promise<GeneralResponseData>;

Parameters:

  • BackupUserInfoParams:

    • deviceId: The device unique ID.

    • loginToken: The login token for authentication.

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

    • type: The type of Operation (CREATE or UPDATE).

    • userInfoSetting: User Information Settings.

Returns:

A promise that resolves to an GeneralResponseData object.

Associated Types

KeyTypesUserInfoTypesAuthServerClientTypes

Last updated