AuthUser
Defined in: client/src/types.ts:26
Represents the authenticated user, combining ID token claims with an optional userinfo profile.
Properties
Section titled “Properties”claims
Section titled “claims”claims:
IdTokenClaims
Defined in: client/src/types.ts:28
Decoded claims from the ID token.
profile
Section titled “profile”profile:
OidcUser|null
Defined in: client/src/types.ts:30
Userinfo endpoint response, or null if not fetched.