다음을 통해 공유


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 헤더의 일부로 가져오거나 설정합니다. 가 로 설정된 false경우 IncludeErrorDetails 이 속성은 null일 수 있습니다.

ErrorDescription

호출자에게 반환된 "error_description" 값을 WWW-Authenticate 헤더의 일부로 가져오거나 설정합니다. 가 로 설정된 false경우 IncludeErrorDetails 이 속성은 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)

적용 대상