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/

Hierarchy

  • AuthServerClient

Implements

Constructors

Properties

baseUrl: string = 'not set'

Methods

  • Parameters

    Returns Promise<string>

    Returns a promise that resolves with the challenge string.

    Method

    Async

    Name

    getChallenge

    Description

    Sends a request to get a challenge from the authentication server.

Generated using TypeDoc