Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IExternalLogin

    Used to persist external login data for a user

    Namespace: Umbraco.Cms.Core.Security
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IExternalLogin

    Properties

    View Source

    LoginProvider

    Gets the login provider

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

    ProviderKey

    Gets the provider key

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

    UserData

    Gets the user data

    Declaration
    string UserData { 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