Search Results for

    Show / Hide Table of Contents
    View Source

    Class UserExternalLoginProviderModel

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Models
    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
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX