OpenIdConnectEvents.OnUserInformationReceived Property

Definition

Invoked when user information is retrieved from the 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)

Property Value

Applies to