Inheritance
System.Object
AppUserLogin
Namespace:InfinniPlatform.Auth
Assembly:InfinniPlatform.Auth.dll
public class AppUserLogin : object
Constructors
|
Improve this Doc
View Source
Declaration
public AppUserLogin(string loginProvider, string providerKey, string providerDisplayName)
Parameters
| Type |
Name |
Description |
| System.String |
loginProvider |
|
| System.String |
providerKey |
|
| System.String |
providerDisplayName |
|
|
Improve this Doc
View Source
Declaration
public AppUserLogin(UserLoginInfo login)
Parameters
| Type |
Name |
Description |
| UserLoginInfo |
login |
|
Properties
|
Improve this Doc
View Source
Declaration
public string LoginProvider { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Declaration
public string ProviderDisplayName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Declaration
public string ProviderKey { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Methods
|
Improve this Doc
View Source
Declaration
public UserLoginInfo ToUserLoginInfo()
Returns
| Type |
Description |
| UserLoginInfo |
|
Extension Methods