Class UserLogin
Represents a login of a user.
Inherited Members
Namespace: DataWeb.Identity
Assembly: DataWeb.Core.dll
Syntax
public class UserLogin
Properties
LoginProvider
Gets or sets the login provider for the login (e.g. Google, Facebook).
Declaration
public string LoginProvider { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ProviderKey
Gets or sets the unique identifier for the user identity provider account.
Declaration
public string ProviderKey { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
UserIdMaster
Gets or sets the Id of the user associated with this login.
Declaration
public string UserIdMaster { get; set; }
Property Value
| Type | Description |
|---|---|
| string |