OpenIdConnectEvents.TokenResponseReceived Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Se invoca después de canjear un código de autorización por tokens en el punto de conexión del token.
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
Parámetros
- context
- TokenResponseReceivedContext