Aracılığıyla paylaş


OAuthEvents.RedirectToAuthorizationEndpoint Yöntem

Tanım

Aşırı Yüklemeler

RedirectToAuthorizationEndpoint(OAuthRedirectToAuthorizationContext)

Sınama, OAuth ara yazılımında uç noktayı yetkilendirmeye yeniden yönlendirmeye neden olduğunda çağrılır.

RedirectToAuthorizationEndpoint(RedirectContext<OAuthOptions>)

Sınama, OAuth işleyicisinde uç noktayı yetkilendirmeye yeniden yönlendirmeye neden olduğunda çağrılır.

RedirectToAuthorizationEndpoint(OAuthRedirectToAuthorizationContext)

Sınama, OAuth ara yazılımında uç noktayı yetkilendirmeye yeniden yönlendirmeye neden olduğunda çağrılır.

public:
 virtual System::Threading::Tasks::Task ^ RedirectToAuthorizationEndpoint(Microsoft::AspNetCore::Authentication::OAuth::OAuthRedirectToAuthorizationContext ^ context);
public virtual System.Threading.Tasks.Task RedirectToAuthorizationEndpoint (Microsoft.AspNetCore.Authentication.OAuth.OAuthRedirectToAuthorizationContext context);
abstract member RedirectToAuthorizationEndpoint : Microsoft.AspNetCore.Authentication.OAuth.OAuthRedirectToAuthorizationContext -> System.Threading.Tasks.Task
override this.RedirectToAuthorizationEndpoint : Microsoft.AspNetCore.Authentication.OAuth.OAuthRedirectToAuthorizationContext -> System.Threading.Tasks.Task
Public Overridable 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

Uygulamalar

Şunlara uygulanır

RedirectToAuthorizationEndpoint(RedirectContext<OAuthOptions>)

Kaynak:
OAuthEvents.cs
Kaynak:
OAuthEvents.cs
Kaynak:
OAuthEvents.cs

Sınama, OAuth işleyicisinde uç noktayı yetkilendirmeye yeniden yönlendirmeye neden olduğunda çağrılır.

public:
 virtual System::Threading::Tasks::Task ^ RedirectToAuthorizationEndpoint(Microsoft::AspNetCore::Authentication::RedirectContext<Microsoft::AspNetCore::Authentication::OAuth::OAuthOptions ^> ^ context);
public virtual System.Threading.Tasks.Task RedirectToAuthorizationEndpoint (Microsoft.AspNetCore.Authentication.RedirectContext<Microsoft.AspNetCore.Authentication.OAuth.OAuthOptions> context);
abstract member RedirectToAuthorizationEndpoint : Microsoft.AspNetCore.Authentication.RedirectContext<Microsoft.AspNetCore.Authentication.OAuth.OAuthOptions> -> System.Threading.Tasks.Task
override this.RedirectToAuthorizationEndpoint : Microsoft.AspNetCore.Authentication.RedirectContext<Microsoft.AspNetCore.Authentication.OAuth.OAuthOptions> -> System.Threading.Tasks.Task
Public Overridable Function RedirectToAuthorizationEndpoint (context As RedirectContext(Of OAuthOptions)) As Task

Parametreler

context
RedirectContext<OAuthOptions>

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

Döndürülenler

Şunlara uygulanır