Inheritance
System.Object
AppUserToken
Namespace:InfinniPlatform.Auth
Assembly:InfinniPlatform.Auth.dll
public class AppUserToken : object
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 Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string Value { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods