Class LocalApiAuthenticationEvents
- Assembly
- Duende.IdentityServer.dll
Events for local API authentication
public class LocalApiAuthenticationEvents
- Inheritance
-
LocalApiAuthenticationEvents
- Inherited Members
Constructors
LocalApiAuthenticationEvents()
public LocalApiAuthenticationEvents()
Properties
OnClaimsTransformation
Invoked after the security token has passed validation and a ClaimsIdentity has been generated.
public Func<ClaimsTransformationContext, Task> OnClaimsTransformation { get; set; }
Property Value
Methods
ClaimsTransformation(ClaimsTransformationContext)
Invoked after the security token has passed validation and a ClaimsIdentity has been generated.
public virtual Task ClaimsTransformation(ClaimsTransformationContext context)
Parameters
context
ClaimsTransformationContext