Skip to content

IdentityResolution

IdentityResolution = { identity: Record<string, string>; ok: true; } | { claimPath: readonly string[]; detail: string; field: string; ok: false; }

Defined in: packages/server/src/events/identity.ts:13

A resolved stamp, or the first field that could not be resolved (which makes the event rejected).