Aracılığıyla paylaş


OpenIdConnectEvents.OnUserInformationReceived Özellik

Tanım

Kullanıcı bilgileri UserInfoEndpoint'ten alındığında çağrılır.

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)

Özellik Değeri

Şunlara uygulanır