Freigeben über


OpenIdConnectEvents.OnAuthorizationCodeReceived Eigenschaft

Definition

Wird nach der Sicherheitstokenüberprüfung aufgerufen, wenn ein Autorisierungscode in der Protokollnachricht vorhanden ist.

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

Eigenschaftswert

Gilt für: