Class AbpClaimActionCollectionExtensions
Inheritance
System.Object
AbpClaimActionCollectionExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Microsoft.AspNetCore.Authentication.OAuth.Claims
Assembly: Volo.Abp.AspNetCore.Authentication.OAuth.dll
Syntax
public static class AbpClaimActionCollectionExtensions
Methods
MapAbpClaimTypes(ClaimActionCollection)
Declaration
public static void MapAbpClaimTypes(this ClaimActionCollection claimActions)
Parameters
| Type | Name | Description |
|---|---|---|
| ClaimActionCollection | claimActions |
MapJsonKeyMultiple(ClaimActionCollection, String, String)
Declaration
public static void MapJsonKeyMultiple(this ClaimActionCollection claimActions, string claimType, string jsonKey)
Parameters
| Type | Name | Description |
|---|---|---|
| ClaimActionCollection | claimActions | |
| System.String | claimType | |
| System.String | jsonKey |