IOpenIdConnectEvents.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 que le « code d’autorisation » a été échangé contre des jetons au niveau du point de terminaison de jeton.
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
Paramètres
- context
- TokenResponseReceivedContext