IOpenIdConnectEvents.UserInformationReceived Methode

Definition

Wird aufgerufen, wenn Benutzerinformationen vom UserInfoEndpoint abgerufen werden.

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

Parameter

Gibt zurück

Gilt für: