Поделиться через


OpenIdConnectEvents.OnUserInformationReceived Свойство

Определение

Вызывается при получении сведений о пользователе из UserInfoEndpoint.

public:
 property Func<Microsoft::AspNetCore::Authentication::OpenIdConnect::UserInformationReceivedContext ^, System::Threading::Tasks::Task ^> ^ OnUserInformationReceived { Func<Microsoft::AspNetCore::Authentication::OpenIdConnect::UserInformationReceivedContext ^, System::Threading::Tasks::Task ^> ^ get(); void set(Func<Microsoft::AspNetCore::Authentication::OpenIdConnect::UserInformationReceivedContext ^, System::Threading::Tasks::Task ^> ^ value); };
public Func<Microsoft.AspNetCore.Authentication.OpenIdConnect.UserInformationReceivedContext,System.Threading.Tasks.Task> OnUserInformationReceived { get; set; }
member this.OnUserInformationReceived : Func<Microsoft.AspNetCore.Authentication.OpenIdConnect.UserInformationReceivedContext, System.Threading.Tasks.Task> with get, set
Public Property OnUserInformationReceived As Func(Of UserInformationReceivedContext, Task)

Значение свойства

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