DataWeb
Search Results for

    Show / Hide Table of Contents

    Class UserLogin

    Represents a login of a user.

    Inheritance
    object
    UserLogin
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: DataWeb.Identity
    Assembly: DataWeb.Core.dll
    Syntax
    public class UserLogin

    Properties

    LoginProvider

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

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

    ProviderKey

    Gets or sets the unique identifier for the user identity provider account.

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

    UserIdMaster

    Gets or sets the Id of the user associated with this login.

    Declaration
    public string UserIdMaster { get; set; }
    Property Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX