Aracılığıyla paylaş


OpenIdConnectEvents.AuthorizationCodeReceived Yöntem

Tanım

Protokol iletisinde bir yetkilendirme kodu varsa çağrılır.

public:
 virtual System::Threading::Tasks::Task ^ AuthorizationCodeReceived(Microsoft::AspNetCore::Authentication::OpenIdConnect::AuthorizationCodeReceivedContext ^ context);
public virtual System.Threading.Tasks.Task AuthorizationCodeReceived (Microsoft.AspNetCore.Authentication.OpenIdConnect.AuthorizationCodeReceivedContext context);
abstract member AuthorizationCodeReceived : Microsoft.AspNetCore.Authentication.OpenIdConnect.AuthorizationCodeReceivedContext -> System.Threading.Tasks.Task
override this.AuthorizationCodeReceived : Microsoft.AspNetCore.Authentication.OpenIdConnect.AuthorizationCodeReceivedContext -> System.Threading.Tasks.Task
Public Overridable Function AuthorizationCodeReceived (context As AuthorizationCodeReceivedContext) As Task

Parametreler

Döndürülenler

Uygulamalar

Şunlara uygulanır