• Core
  • Infrastructure
  • Web
  • Extensions
Search Results for

    Show / Hide Table of Contents
    View Source

    Class ExternalLoginToken

    Used to persist an external login token for a user

    Inheritance
    System.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
    System.String loginProvider
    System.String name
    System.String value

    Properties

    View Source

    LoginProvider

    Gets the login provider

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

    Name

    Gets the name of the token

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

    Value

    Gets the value of the token

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