The base URL of the authentication server.
The parameters required to delete shares.
Returns a promise that resolves with the general response data.
deleteShares
Sends a request to delete shares from the authentication server.
The parameters required to distribute shares.
Returns a promise that resolves with the general response data.
distributeShares
Sends a request to distribute shares to the authentication server.
The parameters required to get a challenge.
Returns a promise that resolves with the challenge string.
getChallenge
Sends a request to get a challenge from the authentication server.
The parameters required to retrieve shares.
Returns a promise that resolves with the retrieve shares response data.
retrieveShares
Sends a request to retrieve shares from the authentication server.
Generated using TypeDoc
Implements
Description
This class is responsible for interacting with the authentication server. It provides methods to get a challenge, distribute shares, retrieve shares, and delete shares.
See
https://didpass-wallet.gitbook.io/didpass-wallet-sdk/