Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IIdentityUserToken

    An external login provider token

    Namespace: Umbraco.Cms.Core.Security
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IIdentityUserToken : IEntity, IDeepCloneable

    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

    Name

    Gets or sets the token name

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

    UserId

    Gets or sets user Id for the user who owns this token

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

    Value

    Gets or set the token value

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