OidcUser
Defined in: packages/core/src/types.ts:116
Decoded user claims from the UserInfo endpoint or an ID token.
Standard claims follow OpenID Connect Core 1.0 Section 5.1. Additional provider-specific claims are accessible via the index signature.
Indexable
Section titled “Indexable”[
claim:string]:unknown
Additional claims not covered by the named fields.
Properties
Section titled “Properties”email?
Section titled “email?”
optionalemail?:string
Defined in: packages/core/src/types.ts:120
User’s email address.
optionalname?:string
Defined in: packages/core/src/types.ts:122
User’s full display name.
preferred_username?
Section titled “preferred_username?”
optionalpreferred_username?:string
Defined in: packages/core/src/types.ts:124
User’s preferred short-form username.
sub:
string
Defined in: packages/core/src/types.ts:118
Subject identifier — unique, stable user ID (OpenID Connect Core 1.0 Section 2).