Compartilhar via


OpenIdConnectEvents.UserInformationReceived Método

Definição

Invocado quando as informações do usuário são recuperadas do UserInfoEndpoint.

public:
 virtual System::Threading::Tasks::Task ^ UserInformationReceived(Microsoft::AspNetCore::Authentication::OpenIdConnect::UserInformationReceivedContext ^ context);
public virtual System.Threading.Tasks.Task UserInformationReceived (Microsoft.AspNetCore.Authentication.OpenIdConnect.UserInformationReceivedContext context);
abstract member UserInformationReceived : Microsoft.AspNetCore.Authentication.OpenIdConnect.UserInformationReceivedContext -> System.Threading.Tasks.Task
override this.UserInformationReceived : Microsoft.AspNetCore.Authentication.OpenIdConnect.UserInformationReceivedContext -> System.Threading.Tasks.Task
Public Overridable Function UserInformationReceived (context As UserInformationReceivedContext) As Task

Parâmetros

Retornos

Implementações

Aplica-se a