Aracılığıyla paylaş


IOAuthEvents.RedirectToAuthorizationEndpoint Yöntem

Tanım

Sınama yetkilendirme uç noktasına yeniden yönlendirmeye neden olduğunda çağrılır.

public:
 System::Threading::Tasks::Task ^ RedirectToAuthorizationEndpoint(Microsoft::AspNetCore::Authentication::OAuth::OAuthRedirectToAuthorizationContext ^ context);
public System.Threading.Tasks.Task RedirectToAuthorizationEndpoint (Microsoft.AspNetCore.Authentication.OAuth.OAuthRedirectToAuthorizationContext context);
abstract member RedirectToAuthorizationEndpoint : Microsoft.AspNetCore.Authentication.OAuth.OAuthRedirectToAuthorizationContext -> System.Threading.Tasks.Task
Public Function RedirectToAuthorizationEndpoint (context As OAuthRedirectToAuthorizationContext) As Task

Parametreler

context
OAuthRedirectToAuthorizationContext

Yeniden yönlendirme URI'sini ve AuthenticationProperties sınamayı içerir.

Döndürülenler

Şunlara uygulanır