Function buildClaimSet

  • creates a new ClaimSet by calling buildClaim() on each element of the given list and assign that to a new ClaimSet

    Parameters

    • list: (string | IClaimData | Claim)[]

      each element can be a string ("verb:resource" or "verb:*") or an object with verb and resource

    Returns ClaimSet

    See

    • buildClaim
    • ClaimSet

Generated using TypeDoc