Show / Hide Table of Contents

Class AbpClaimTypes

Inheritance
object
AbpClaimTypes
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Security.Claims
Assembly: Volo.Abp.Security.dll
Syntax
public static class AbpClaimTypes

Properties

ClientId

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

EditionId

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

Email

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

EmailVerified

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

ImpersonatorTenantId

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

ImpersonatorTenantName

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

ImpersonatorUserId

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

ImpersonatorUserName

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

Name

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

PhoneNumber

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

PhoneNumberVerified

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

Picture

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

RememberMe

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

Role

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

SessionId

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

SurName

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

TenantId

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

UserId

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

UserName

Declaration
public static string UserName { get; set; }
Property Value
Type Description
string
In this article
Back to top Powered by ABP.IO Platform