OpenIdConnectEvents.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 an authorization code is redeemed for tokens at the token endpoint.
public:
virtual System::Threading::Tasks::Task ^ TokenResponseReceived(Microsoft::AspNetCore::Authentication::OpenIdConnect::TokenResponseReceivedContext ^ context);
public virtual System.Threading.Tasks.Task TokenResponseReceived (Microsoft.AspNetCore.Authentication.OpenIdConnect.TokenResponseReceivedContext context);
abstract member TokenResponseReceived : Microsoft.AspNetCore.Authentication.OpenIdConnect.TokenResponseReceivedContext -> System.Threading.Tasks.Task
override this.TokenResponseReceived : Microsoft.AspNetCore.Authentication.OpenIdConnect.TokenResponseReceivedContext -> System.Threading.Tasks.Task
Public Overridable Function TokenResponseReceived (context As TokenResponseReceivedContext) As Task
Parameters
- context
- TokenResponseReceivedContext