IOpenIdConnectEvents.TokenResponseReceived Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Invoked after "authorization code" is redeemed for tokens at the token endpoint.
public:
System::Threading::Tasks::Task ^ TokenResponseReceived(Microsoft::AspNetCore::Authentication::OpenIdConnect::TokenResponseReceivedContext ^ context);
public System.Threading.Tasks.Task TokenResponseReceived (Microsoft.AspNetCore.Authentication.OpenIdConnect.TokenResponseReceivedContext context);
abstract member TokenResponseReceived : Microsoft.AspNetCore.Authentication.OpenIdConnect.TokenResponseReceivedContext -> System.Threading.Tasks.Task
Public Function TokenResponseReceived (context As TokenResponseReceivedContext) As Task
Parameters
- context
- TokenResponseReceivedContext