Class UserLogin
Passkey properties
public class UserLogin
- Inheritance
-
objectUserLogin
Properties
Key
The key for this login
public string Key { get; set; }
Property Value
- string
Name
The friendly name for the login provider
public string Name { get; set; }
Property Value
- string
Provider
the login provider for this login
public string Provider { get; set; }
Property Value
- string