User
in package
Read onlyYes
FinalYes
Represents an authenticated user.
Tags
Table of Contents
Properties
- $avatarUrl : string
- $email : string
- $name : string
- $nickname : string
- $picture : string|null
Methods
- __construct() : mixed
Properties
$avatarUrl
public
string
$avatarUrl
Attributes
- #[SensitiveParameter]
public
string
$email
Attributes
- #[SensitiveParameter]
$name
public
string
$name
Attributes
- #[SensitiveParameter]
$nickname
public
string
$nickname
Attributes
- #[SensitiveParameter]
$picture
public
string|null
$picture
= null
Attributes
- #[SensitiveParameter]
Methods
__construct()
public
__construct(string $name, string $nickname, string $email, string $avatarUrl[, string|null $picture = null ]) : mixed
Parameters
- $name : string
- $nickname : string
- $email : string
- $avatarUrl : string
- $picture : string|null = null