Types
UserInfo
Interface
type UserInfo = {
id: string;
sub: string;
persona: UserPersonaInfo;
email?: string;
name?: string | null;
preferred_username?: string | null;
picture?: string | null;
};Fields
Usage
UserPersonaInfo
Interface
Fields
Usage
Persona
Interface
Fields
Usage
Type Relationships
Import
Related Documentation
Last updated