UserInfo

public class UserInfo

The user information object with the information from the wallet. This object is returned by the parseCallbackUniversalLink function.

  • The unique nonce for this user info request, as received from the notification or pending request.

    Declaration

    Swift

    public let nonce: String
  • The blockchain address for the authorized user.

    Declaration

    Swift

    public let address: String
  • The serial numbers of the received claims. The claims can be accessed through ClaimUtils.

    Declaration

    Swift

    public let claims: [Data]