Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IExternalLoginToken

    Used to persist an external login token for a user

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

    Properties

    View Source

    LoginProvider

    Gets the login provider

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

    Name

    Gets the name of the token

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

    Value

    Gets the value of the token

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