Skip to content

AuthUser

Defined in: client/src/types.ts:26

Represents the authenticated user, combining ID token claims with an optional userinfo profile.

claims: IdTokenClaims

Defined in: client/src/types.ts:28

Decoded claims from the ID token.


profile: OidcUser | null

Defined in: client/src/types.ts:30

Userinfo endpoint response, or null if not fetched.