OpenIdConnectEvents.UserInformationReceived Метод

Определение

Вызывается при получении сведений о пользователе из 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

Параметры

Возвращаемое значение

Реализации

Применяется к