Interface IExternalLogin
Used to persist external login data for a user
Namespace: Umbraco.Cms.Core.Security
Assembly: Umbraco.Core.dll
Syntax
public interface IExternalLogin
Properties
View SourceLoginProvider
Gets the login provider
Declaration
string LoginProvider { get; }
Property Value
Type | Description |
---|---|
System.String |
ProviderKey
Gets the provider key
Declaration
string ProviderKey { get; }
Property Value
Type | Description |
---|---|
System.String |
UserData
Gets the user data
Declaration
string UserData { get; }
Property Value
Type | Description |
---|---|
System.String |