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

获取或设置作为 WWW-Authenticate 标头的一部分返回给调用者的“error_description”值。 当 设置为 falseIncludeErrorDetails,此属性可能为 null。

ErrorUri

获取或设置作为 WWW-Authenticate 标头的一部分返回给调用者的“error_uri”值。 除非显式设置,否则此属性始终为 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)

适用于