共用方式為


JwtBearerChallengeContext 類別

定義

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)
繼承
繼承

建構函式

JwtBearerChallengeContext(HttpContext, AuthenticationScheme, JwtBearerOptions, AuthenticationProperties)

初始化 JwtBearerChallengeContext 的新執行個體。

JwtBearerChallengeContext(HttpContext, JwtBearerOptions, AuthenticationProperties)

PropertiesContext<TOptions>當存取使用 JWT 持有人驗證的資源時,會面臨挑戰。

屬性

AuthenticateFailure

驗證程式期間發生的任何失敗。

Error

取得或設定當做 WWW-Authenticate 標頭一部分傳回給呼叫端的「error」 值。 當 設定為 falseIncludeErrorDetails ,這個屬性可能是 null。

ErrorDescription

取得或設定傳回給呼叫端的「error_description」 值,做為 WWW-Authenticate 標頭的一部分。 當 設定為 falseIncludeErrorDetails ,這個屬性可能是 null。

ErrorUri

取得或設定傳回給呼叫端的「error_uri」 值,做為 WWW-Authenticate 標頭的一部分。 除非明確設定,否則此屬性一律為 null。

Handled

如果為 true,將會略過這項挑戰的任何預設邏輯。

HandledResponse

PropertiesContext<TOptions>當存取使用 JWT 持有人驗證的資源時,會面臨挑戰。

(繼承來源 BaseControlContext)
HttpContext

PropertiesContext<TOptions>當存取使用 JWT 持有人驗證的資源時,會面臨挑戰。

(繼承來源 BaseContext)
HttpContext

內容。

(繼承來源 BaseContext<TOptions>)
Options

PropertiesContext<TOptions>當存取使用 JWT 持有人驗證的資源時,會面臨挑戰。

(繼承來源 BaseJwtBearerContext)
Options

取得與配置相關聯的驗證選項。

(繼承來源 BaseContext<TOptions>)
Properties

PropertiesContext<TOptions>當存取使用 JWT 持有人驗證的資源時,會面臨挑戰。

Properties

取得或設定 AuthenticationProperties

(繼承來源 PropertiesContext<TOptions>)
Request

PropertiesContext<TOptions>當存取使用 JWT 持有人驗證的資源時,會面臨挑戰。

(繼承來源 BaseContext)
Request

要求。

(繼承來源 BaseContext<TOptions>)
Response

PropertiesContext<TOptions>當存取使用 JWT 持有人驗證的資源時,會面臨挑戰。

(繼承來源 BaseContext)
Response

回應。

(繼承來源 BaseContext<TOptions>)
Scheme

驗證配置。

(繼承來源 BaseContext<TOptions>)
Skipped

PropertiesContext<TOptions>當存取使用 JWT 持有人驗證的資源時,會面臨挑戰。

(繼承來源 BaseControlContext)
State

PropertiesContext<TOptions>當存取使用 JWT 持有人驗證的資源時,會面臨挑戰。

(繼承來源 BaseControlContext)
Ticket

取得或設定 , Ticket 當這個事件發出處理事件的訊號時,要傳回的 。

(繼承來源 BaseControlContext)

方法

CheckEventResult(AuthenticateResult)

PropertiesContext<TOptions>當存取使用 JWT 持有人驗證的資源時,會面臨挑戰。

(繼承來源 BaseControlContext)
HandleResponse()

略過這項挑戰的任何預設邏輯。

HandleResponse()

中斷此要求的所有處理並返回用戶端。 呼叫端負責產生完整回應。 Ticket將 設定為觸發 SignIn。

(繼承來源 BaseControlContext)
SkipToNextMiddleware()

中斷處理目前中介軟體中的要求,並將控制權移至下一個。 不會呼叫 SignIn。

(繼承來源 BaseControlContext)

適用於