IOpenIdConnectEvents.UserInformationReceived 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é lorsque les informations utilisateur sont récupérées à partir du UserInfoEndpoint.
public:
System::Threading::Tasks::Task ^ UserInformationReceived(Microsoft::AspNetCore::Authentication::OpenIdConnect::UserInformationReceivedContext ^ context);
public System.Threading.Tasks.Task UserInformationReceived (Microsoft.AspNetCore.Authentication.OpenIdConnect.UserInformationReceivedContext context);
abstract member UserInformationReceived : Microsoft.AspNetCore.Authentication.OpenIdConnect.UserInformationReceivedContext -> System.Threading.Tasks.Task
Public Function UserInformationReceived (context As UserInformationReceivedContext) As Task
Paramètres
- context
- UserInformationReceivedContext