Profile

data class Profile(var uid: String, var email: String, var displayName: String?, var avatar: String, var isDefaultAvatar: Boolean)

Information about the user that controls a Firefox Account.

This struct represents details about the user themselves, and would typically be used to customize account-related UI in the browser so that it is personalize for the current user.

Constructors

Link copied to clipboard
constructor(uid: String, email: String, displayName: String?, avatar: String, isDefaultAvatar: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The URL of a profile picture representing the user.

Link copied to clipboard

The user's preferred textual display name.

Link copied to clipboard

The user's current primary email address.

Link copied to clipboard

Whether the avatar URL represents the default avatar image.

Link copied to clipboard
var uid: String

The user's account uid