Documentation
    Preparing search index...

    UCAN Delegation

    Index

    Constructors

    Properties

    aud: DID
    bytes: Uint8Array<ArrayBuffer>
    cid: CID<any, number, number, Version>
    cmd: string
    envelope: DecodedEnvelope<"dlg">
    exp: null | number
    iss: DIDURL
    meta: undefined | Record<string, unknown>
    nbf: undefined | number
    nonce: Uint8Array<ArrayBuffer>
    pol: Policy
    sub: null | DID

    Methods

    • Returns {
          cid: string;
          envelope: {
              alg: SignatureType;
              enc: VarsigEncoding;
              payload: {
                  aud: string;
                  cmd: string;
                  exp: null | number;
                  iss: string;
                  meta: undefined | Record<string, unknown>;
                  nbf: undefined | number;
                  nonce: string;
                  pol: Policy;
                  sub: null | string;
              };
              signature: string;
              spec: "dlg";
              version: string;
          };
          token: string;
      }