Class AbpClaimTypes
Used to get ABP-specific claim type names.
Inheritance
System.Object
AbpClaimTypes
Namespace: Volo.Abp.Security.Claims
Assembly: Volo.Abp.Security.dll
Syntax
public static class AbpClaimTypes : object
Properties
ClientId
Default: "client_id".
Declaration
public static string ClientId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EditionId
Default: "editionid".
Declaration
public static string EditionId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Default:
Declaration
public static string Email { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EmailVerified
Default: "email_verified".
Declaration
public static string EmailVerified { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Default:
Declaration
public static string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PhoneNumber
Default: "phone_number".
Declaration
public static string PhoneNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PhoneNumberVerified
Default: "phone_number_verified".
Declaration
public static string PhoneNumberVerified { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Role
Default:
Declaration
public static string Role { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SurName
Default:
Declaration
public static string SurName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TenantId
Default: "tenantid".
Declaration
public static string TenantId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UserId
Default:
Declaration
public static string UserId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UserName
Default:
Declaration
public static string UserName { get; set; }
Property Value
Type | Description |
---|---|
System.String |