Retrieve Shares
Retrieves shares from the authentication server. Normally, this function is used by WalletCreation only.
retrieveShares: (
params: GeneralParams
) => Promise<RetrieveSharesResponseData>;
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 an GeneralResponseData object.
Associated Types
KeyTypesAuthServerClientTypesLast updated