Search Results for

    Show / Hide Table of Contents
    View Source

    Class UserExternalLoginProviderModel

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Models
    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
    Type Description
    bool
    View Source

    IsLinkedOnUser

    Declaration
    public bool IsLinkedOnUser { get; }
    Property Value
    Type Description
    bool
    View Source

    ProviderKey

    Declaration
    public string? ProviderKey { get; set; }
    Property Value
    Type Description
    string
    View Source

    ProviderSchemeName

    Declaration
    public string ProviderSchemeName { get; }
    Property Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX