BETTER-AUTH. UI
API Reference

Profile

The Profile type represents a user profile object, used for displaying user information in the UI.

PropTypeDefault
avatarUrl?
string | null
-
avatar?
string | null
-
image?
string | null
-
emailVerified?
boolean | null
-
isAnonymous?
boolean | null
-
fullName?
string | null
-
firstName?
string | null
-
displayName?
string | null
-
username?
string | null
-
displayUsername?
string | null
-
name?
string | null
-
email?
string | null
-
id?
string | number
-