ClaimPollResult

public struct ClaimPollResult

The results of a call to pollClaim

  • A map from request-ID to array of issued claims

    Declaration

    Swift

    public let claims: [String: [Claim]]
  • A map from request-ID to error string

    Declaration

    Swift

    public let errors: [String: String]