Page Contents
Home > @loopback/security > UserProfile
UserProfile interface
The minimum set of attributes that describe a user.
Signature:
export interface UserProfile extends Principal
Extends: Principal
Properties
Property | Type | Description |
---|---|---|
email? | string | (Optional) |
name? | string | (Optional) |