OpenIdConnectEvents.TokenResponseReceived Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Appelé après qu’un code d’autorisation a été utilisé pour les jetons au point de terminaison du jeton.
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
Paramètres
- context
- TokenResponseReceivedContext