Table of Contents

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

IReadOnlyDictionary<string, string>

Email

Gets the email.

string? Email { get; }

Property Value

string

FirstName

Gets the first name.

string? FirstName { get; }

Property Value

string

Identifier

Gets the identifier.

string Identifier { get; }

Property Value

string

LastName

Gets the last name.

string? LastName { get; }

Property Value

string