Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • Prf = string

Hierarchy

  • UcanPayload

Index

Properties

att: Capability[]

Attenuation, a list of resources and capabilities that the ucan grants.

aud: string

Audience, the ID of who it's intended for

exp: number

Expiry, unix timestamp of when the jwt is no longer valid.

fct?: Fact[]

Facts, an array of extra facts or information to attach to the jwt.

iss: string

DID of the issuer

nbf?: number

Not Before, unix timestamp of when the jwt becomes valid.

nnc?: string

Nonce, a randomly generated string, used to ensure the uniqueness of the jwt.

prf: Prf[]

Proofs, nested tokens with equal or greater privileges.

Generated using TypeDoc