Table of Contents

Interface IUser

Namespace
Tharga.Team
Assembly
Tharga.Team.dll
public interface IUser

Properties

EMail

string EMail { get; }

Property Value

string

Identity

string Identity { get; }

Property Value

string

Key

string Key { get; }

Property Value

string

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; }

Property Value

string