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/

Hierarchy

  • UserInfo

Implements

Constructors

Properties

Methods

Constructors

Properties

authServerClient: AuthServerClient

Methods

  • Parameters

    • params: GeneralParams

      The parameters required to retrieve user information settings.

    Returns Promise<null | UserInfoSetting>

    Returns a promise that resolves with the user information settings or null.

    Method

    Async

    Name

    retrieve

    Description

    Retrieves the user information settings.

    Throws

    Will return null if any error occurs.

Generated using TypeDoc