Interface IUserInfo
- Namespace
- GroupeIsa.Neos.Shared.MultiTenant
- Assembly
- GroupeIsa.Neos.Shared.dll
Represents the user informations.
public interface IUserInfo
Properties
AdditionalProperties
Gets the additional properties.
IReadOnlyDictionary<string, string> AdditionalProperties { get; }
Property Value
Gets the email.
string? Email { get; }
Property Value
FirstName
Gets the first name.
string? FirstName { get; }
Property Value
Identifier
Gets the identifier.
string Identifier { get; }
Property Value
LastName
Gets the last name.
string? LastName { get; }