Reserved for future use.
DID string containing the public key of the recipient (who the token is "for")
Capabilities (permissions) for storage services that should be granted by this UCAN token.
Expiration time (as unix timestamp). If set, overrides lifetimeInSeconds
Optional collection of arbitrary "facts" attached to the token.
Signing key for the token issuer (who the token is "from")
How long the token should be valid (in seconds). Ignored if expiration
is set explicitly.
Earliest time (as unix timestamp) that the token should be considered valid. If set, must be < expiration
. If not set, any time before expiration will be considered valid.
Array of "proofs" (encoded UCAN tokens) used to validate delegated UCAN chains.
Generated using TypeDoc
Options used by the build function when creating new UCAN tokens.