Search Results for

    Show / Hide Table of Contents
    View Source

    Class ExternalLogin

    Used to persist external login data for a user

    Inheritance
    System.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
    System.String loginProvider
    System.String providerKey
    System.String userData

    Properties

    View Source

    LoginProvider

    Gets the login provider

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

    ProviderKey

    Gets the provider key

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

    UserData

    Gets the user data

    Declaration
    public string UserData { get; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ExternalLogin(String, String, String)
    • Properties
      • LoginProvider
      • ProviderKey
      • UserData
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX