Interface IUserInfo
An interface that exposes user information.
Namespace: Unity.Cloud.Identity
Assembly: Unity.Cloud.Identity.dll
Syntax
public interface IUserInfo
Properties
The email of the user.
Declaration
string Email { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
The name of the user.
Declaration
string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
UserId
The UserId of the user.
Declaration
UserId UserId { get; set; }
Property Value
Type | Description |
---|---|
UserId |