Skip to content

pbvex / server / UserIdentity

Interface: UserIdentity

Indexable

[claim: string]: any

Properties

birthday?

optional birthday?: string


email?

optional email?: string


emailVerified?

optional emailVerified?: boolean


familyName?

optional familyName?: string


gender?

optional gender?: string


givenName?

optional givenName?: string


issuer

issuer: string


language?

optional language?: string


name?

optional name?: string


nickname?

optional nickname?: string


phoneNumber?

optional phoneNumber?: string


phoneNumberVerified?

optional phoneNumberVerified?: boolean


pictureUrl?

optional pictureUrl?: string


preferredUsername?

optional preferredUsername?: string


profileUrl?

optional profileUrl?: string


subject

subject: string


timezone?

optional timezone?: string


tokenIdentifier

tokenIdentifier: string


updatedAt?

optional updatedAt?: string

Generated API reference. Source of truth is the codebase.