Class ClaimsTransformationContext
- Assembly
- Duende.IdentityServer.dll
Context class for local API claims transformation
public class ClaimsTransformationContext
- Inheritance
-
ClaimsTransformationContext
- Inherited Members
Constructors
ClaimsTransformationContext()
public ClaimsTransformationContext()
Properties
HttpContext
the HTTP context
public HttpContext HttpContext { get; }
Property Value
Principal
The principal
public ClaimsPrincipal Principal { get; set; }