TwitterCreatingTicketContext 클래스

정의

사용자 ClaimsIdentity뿐만 아니라 로그인 세션에 대한 정보를 포함합니다.

public ref class TwitterCreatingTicketContext : Microsoft::AspNetCore::Authentication::Twitter::BaseTwitterContext
public ref class TwitterCreatingTicketContext : Microsoft::AspNetCore::Authentication::ResultContext<Microsoft::AspNetCore::Authentication::Twitter::TwitterOptions ^>
public class TwitterCreatingTicketContext : Microsoft.AspNetCore.Authentication.Twitter.BaseTwitterContext
public class TwitterCreatingTicketContext : Microsoft.AspNetCore.Authentication.ResultContext<Microsoft.AspNetCore.Authentication.Twitter.TwitterOptions>
type TwitterCreatingTicketContext = class
    inherit BaseTwitterContext
type TwitterCreatingTicketContext = class
    inherit ResultContext<TwitterOptions>
Public Class TwitterCreatingTicketContext
Inherits BaseTwitterContext
Public Class TwitterCreatingTicketContext
Inherits ResultContext(Of TwitterOptions)
상속
TwitterCreatingTicketContext
상속

생성자

TwitterCreatingTicketContext(HttpContext, AuthenticationScheme, TwitterOptions, ClaimsPrincipal, AuthenticationProperties, String, String, String, String, JObject)

TwitterCreatingTicketContext를 초기화합니다.

TwitterCreatingTicketContext(HttpContext, AuthenticationScheme, TwitterOptions, ClaimsPrincipal, AuthenticationProperties, String, String, String, String, JsonElement)

TwitterCreatingTicketContext를 초기화합니다.

TwitterCreatingTicketContext(HttpContext, TwitterOptions, String, String, String, String, JObject)

TwitterCreatingTicketContext를 초기화합니다.

속성

AccessToken

Twitter 액세스 토큰을 가져옵니다.

AccessTokenSecret

Twitter 액세스 토큰 암호를 가져옵니다.

HttpContext

사용자 ClaimsIdentity뿐만 아니라 로그인 세션에 대한 정보를 포함합니다.

(다음에서 상속됨 BaseContext)
HttpContext

컨텍스트입니다.

(다음에서 상속됨 BaseContext<TOptions>)
Options

사용자 ClaimsIdentity뿐만 아니라 로그인 세션에 대한 정보를 포함합니다.

(다음에서 상속됨 BaseTwitterContext)
Options

스키마와 연결된 인증 옵션을 가져옵니다.

(다음에서 상속됨 BaseContext<TOptions>)
Principal

ClaimsPrincipal 사용자를 나타내는 을 가져옵니다.

Principal

사용자 클레임을 ClaimsPrincipal 포함하는 을 가져오거나 설정합니다.

(다음에서 상속됨 ResultContext<TOptions>)
Properties

공통 인증 속성에 대한 속성 모음을 가져오거나 설정합니다.

Properties

AuthenticationProperties를 가져오거나 설정합니다.

(다음에서 상속됨 ResultContext<TOptions>)
Request

사용자 ClaimsIdentity뿐만 아니라 로그인 세션에 대한 정보를 포함합니다.

(다음에서 상속됨 BaseContext)
Request

요청입니다.

(다음에서 상속됨 BaseContext<TOptions>)
Response

사용자 ClaimsIdentity뿐만 아니라 로그인 세션에 대한 정보를 포함합니다.

(다음에서 상속됨 BaseContext)
Response

응답입니다.

(다음에서 상속됨 BaseContext<TOptions>)
Result

결과를 가져옵니다 AuthenticateResult .

(다음에서 상속됨 ResultContext<TOptions>)
Scheme

인증 체계입니다.

(다음에서 상속됨 BaseContext<TOptions>)
ScreenName

Twitter 화면 이름을 가져옵니다.

User

JSON 직렬화된 사용자를 가져오거나 사용할 수 없는 경우 빈 JsonElement 을 가져옵니다.

UserId

Twitter 사용자 ID를 가져옵니다.

메서드

Fail(Exception)

인증 중에 오류가 발생했음을 나타냅니다.

(다음에서 상속됨 ResultContext<TOptions>)
Fail(String)

인증 중에 오류가 발생했음을 나타냅니다.

(다음에서 상속됨 ResultContext<TOptions>)
NoResult()

이 인증 체계에 대해 반환된 정보가 없음을 나타냅니다.

(다음에서 상속됨 ResultContext<TOptions>)
Success()

Properties를 사용하여 티켓 만들기 성공을 호출합니다Principal.

(다음에서 상속됨 ResultContext<TOptions>)

적용 대상