ExternalLoginInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents login information, source and externally source principal for a user record
public ref class ExternalLoginInfo : Microsoft::AspNetCore::Identity::UserLoginInfo
public class ExternalLoginInfo : Microsoft.AspNetCore.Identity.UserLoginInfo
type ExternalLoginInfo = class
inherit UserLoginInfo
Public Class ExternalLoginInfo
Inherits UserLoginInfo
- Inheritance
Constructors
ExternalLoginInfo(ClaimsPrincipal, String, String, String) |
Creates a new instance of ExternalLoginInfo |
Properties
AuthenticationProperties |
The AuthenticationProperties associated with this login. |
AuthenticationTokens |
The AuthenticationTokens associated with this login. |
LoginProvider |
Gets or sets the provider for this instance of UserLoginInfo. (Inherited from UserLoginInfo) |
Principal |
Gets or sets the ClaimsPrincipal associated with this login. |
ProviderDisplayName |
Gets or sets the display name for the provider. (Inherited from UserLoginInfo) |
ProviderKey |
Gets or sets the unique identifier for the user identity user provided by the login provider. (Inherited from UserLoginInfo) |