View Source
Class UserExternalLoginProviderResponseModel
Inheritance
System.Object
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class UserExternalLoginProviderResponseModel
Properties
View Source
HasManualLinkingEnabled
Declaration
public bool HasManualLinkingEnabled { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
View Source
IsLinkedOnUser
Declaration
public bool IsLinkedOnUser { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
View Source
ProviderKey
Declaration
public string ProviderKey { get; set; }
Property Value
| Type |
Description |
| System.String |
|