Compartir a través de


IOpenIdConnectEvents.UserInformationReceived Método

Definición

Se invoca cuando se recupera la información del usuario de 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

Parámetros

Devoluciones

Se aplica a