The AuthServerClient instance.
Private
authThe parameters required to backup user information settings.
Returns a promise that resolves with the general response data.
backup
Backs up the user information settings.
Will throw an error if there is no user setting or if any other error occurs.
The parameters required to delete user information settings.
Returns a promise that resolves with the general response data.
delete
Deletes the user information settings.
Will throw an error if any error occurs.
The parameters required to retrieve user information settings.
Returns a promise that resolves with the user information settings or null.
retrieve
Retrieves the user information settings.
Will return null if any error occurs.
Generated using TypeDoc
Implements
Description
This class is responsible for managing user information settings. It provides methods to backup, retrieve, and delete user information settings.
See
https://didpass-wallet.gitbook.io/didpass-wallet-sdk/