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