Skip to content

Interface: ImpersonationClaims

Interface: ImpersonationClaims

Defined in: jwt/claims.ts:30

Optional impersonation stamps (AUDIT C7). Present on access tokens minted by /admin/users/{userId}/impersonate — the token’s sub/uid are the TARGET user, the imp_* claims trace back to the acting admin for audit.

Extended by

Properties

imp_email?

optional imp_email?: string

Defined in: jwt/claims.ts:32


imp_uid?

optional imp_uid?: string

Defined in: jwt/claims.ts:31