Share via


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

適用対象