Search Results for

    Show / Hide Table of Contents
    View Source

    Class ExternalLoginToken

    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 ExternalLoginToken : IExternalLoginToken

    Constructors

    View Source

    ExternalLoginToken(string, string, string)

    Initializes a new instance of the ExternalLoginToken class.

    Declaration
    public ExternalLoginToken(string loginProvider, string name, string value)
    Parameters
    Type Name Description
    string loginProvider
    string name
    string value

    Fields

    View Source

    TableName

    Declaration
    public const string TableName = "umbracoExternalLoginToken"
    Field Value
    Type Description
    string

    Properties

    View Source

    LoginProvider

    Gets the login provider

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

    Name

    Gets the name of the token

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

    Value

    Gets the value of the token

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