JwtBearerChallengeContext 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
PropertiesContext<TOptions>當存取使用 JWT 持有人驗證的資源時,會面臨挑戰。
public ref class JwtBearerChallengeContext : Microsoft::AspNetCore::Authentication::JwtBearer::BaseJwtBearerContext
public ref class JwtBearerChallengeContext : Microsoft::AspNetCore::Authentication::PropertiesContext<Microsoft::AspNetCore::Authentication::JwtBearer::JwtBearerOptions ^>
public class JwtBearerChallengeContext : Microsoft.AspNetCore.Authentication.JwtBearer.BaseJwtBearerContext
public class JwtBearerChallengeContext : Microsoft.AspNetCore.Authentication.PropertiesContext<Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerOptions>
type JwtBearerChallengeContext = class
inherit BaseJwtBearerContext
type JwtBearerChallengeContext = class
inherit PropertiesContext<JwtBearerOptions>
Public Class JwtBearerChallengeContext
Inherits BaseJwtBearerContext
Public Class JwtBearerChallengeContext
Inherits PropertiesContext(Of JwtBearerOptions)
- 繼承
- 繼承
建構函式
屬性
方法
CheckEventResult(AuthenticateResult) |
PropertiesContext<TOptions>當存取使用 JWT 持有人驗證的資源時,會面臨挑戰。 (繼承來源 BaseControlContext) |
HandleResponse() |
略過這項挑戰的任何預設邏輯。 |
HandleResponse() |
中斷此要求的所有處理並返回用戶端。 呼叫端負責產生完整回應。 Ticket將 設定為觸發 SignIn。 (繼承來源 BaseControlContext) |
SkipToNextMiddleware() |
中斷處理目前中介軟體中的要求,並將控制權移至下一個。 不會呼叫 SignIn。 (繼承來源 BaseControlContext) |