Interface IUser
public interface IUser
Properties
string EMail { get; }
Property Value
Identity
string Identity { get; }
Property Value
Key
string Key { get; }
Property Value
Name
Display name for the user. Defaults to null. Consumers should populate this from the 'name' claim in CreateUserEntityAsync. Used for default team names and member display names.
string Name { get; }