Table of Contents

Interface IUserInfoAccessor

Namespace
GroupeIsa.Neos.Shared.MultiTenant
Assembly
GroupeIsa.Neos.Shared.dll

Provides access to the current IUserInfo, if one is available.

public interface IUserInfoAccessor

Properties

User

Gets the current user informations.

IUserInfo? User { get; }

Property Value

IUserInfo