View Source
Class UserExternalLoginProviderModel
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class UserExternalLoginProviderModel
Constructors
View Source
UserExternalLoginProviderModel(String, Boolean, Boolean, String)
Declaration
public UserExternalLoginProviderModel(string providerSchemeName, bool isLinkedOnUser, bool hasManualLinkingEnabled, string providerKey)
Parameters
Type |
Name |
Description |
System.String |
providerSchemeName |
|
System.Boolean |
isLinkedOnUser |
|
System.Boolean |
hasManualLinkingEnabled |
|
System.String |
providerKey |
|
Properties
View Source
HasManualLinkingEnabled
Declaration
public bool HasManualLinkingEnabled { get; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
IsLinkedOnUser
Declaration
public bool IsLinkedOnUser { get; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
ProviderKey
Declaration
public string ProviderKey { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
ProviderSchemeName
Declaration
public string ProviderSchemeName { get; }
Property Value
Type |
Description |
System.String |
|