• Parameters

    • delegation: Delegation<Capabilities>
    • Optional opts: {
          checkAudience: undefined | Principal<`did:${string}:${string}`>;
          checkIsExpired: undefined | boolean;
          checkIsTooEarly: undefined | boolean;
      }
      • checkAudience: undefined | Principal<`did:${string}:${string}`>
      • checkIsExpired: undefined | boolean
      • checkIsTooEarly: undefined | boolean

    Returns void

Generated using TypeDoc