OidcEvents.AuthorizationCodeReceived method
Handles the AuthorizationCodeReceived event to inject client assertions.
public override Task AuthorizationCodeReceived(AuthorizationCodeReceivedContext context)
| parameter | description |
|---|---|
| context | The context for the AuthorizationCodeReceived event. |
Return Value
A completed task.
See Also
- class OidcEvents
- namespace Kestrun.Authentication