Search Results for

    Show / Hide Table of Contents
    View Source

    Class ExternalLogin

    Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Security
    Assembly: Umbraco.Core.dll
    Syntax
    public class ExternalLogin : IExternalLogin

    Constructors

    View Source

    ExternalLogin(string, string, string?)

    Initializes a new instance of the ExternalLogin class.

    Declaration
    public ExternalLogin(string loginProvider, string providerKey, string? userData = null)
    Parameters
    Type Name Description
    string loginProvider
    string providerKey
    string userData

    Properties

    View Source

    LoginProvider

    Gets the login provider

    Declaration
    public string LoginProvider { get; }
    Property Value
    Type Description
    string
    View Source

    ProviderKey

    Gets the provider key

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

    UserData

    Gets the user data

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