Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IIdentityUserLogin

    An external login provider linked to a user

    Namespace: Umbraco.Cms.Core.Security
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IIdentityUserLogin : IEntity, IDeepCloneable, IRememberBeingDirty, ICanBeDirty

    Properties

    View Source

    LoginProvider

    Gets or sets the login provider for the login (i.e. Facebook, Google)

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

    ProviderKey

    Gets or sets key representing the login for the provider

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

    UserData

    Gets or sets any arbitrary data for the user and external provider

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

    UserId

    Gets or sets user or member key (Guid) for the user/member who owns this login

    Declaration
    string UserId { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX