Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ucan.UcanPayload

type UcanPayload = {
aud: string;
exp: number;
fct: Array<Fact>;
iss: string;
nbf: number;
prf: string | null;
ptc: Potency;
rsc: Resource;
}
;

§Type

§
{
aud: string;
exp: number;
fct: Array<Fact>;
iss: string;
nbf: number;
prf: string | null;
ptc: Potency;
rsc: Resource;
}
[src]