Skip to content

ActorIdentity

ActorIdentity = ActorKind

Defined in: .upstream/src/client/types.ts:61

Identity discriminant reported by GET /whoami (warren-e195). Kept as the SDK’s published name for this type and derived from ActorKind, the canonical spelling in src/core/wire.ts, so the two can never disagree. The hand-copied union this replaces had already lost the run arm that per-run scoped tokens added (warren-57fd).