• claim delegations delegated to an audience

    Parameters

    • access: Agent<Service>
    • Optional audienceOfClaimedDelegations: `did:${string}:${string}` = ...

      audience of claimed delegations. defaults to access.connection.id.did()

    • opts: {
          addProofs: undefined | boolean;
      } = {}
      • addProofs: undefined | boolean

        whether to addProof to access agent

    Returns Promise<Delegation<Capabilities>[]>

Generated using TypeDoc