TwitterCreatingTicketContext クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ログイン セッションとユーザー 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)
- 継承
- 継承
コンストラクター
プロパティ
メソッド
Fail(Exception) |
認証中にエラーが発生したことを示します。 (継承元 ResultContext<TOptions>) |
Fail(String) |
認証中にエラーが発生したことを示します。 (継承元 ResultContext<TOptions>) |
NoResult() |
この認証スキームに関する情報が返されなかったことを示します。 (継承元 ResultContext<TOptions>) |
Success() |
と Propertiesを使用してチケットを作成する成功をPrincipal呼び出します。 (継承元 ResultContext<TOptions>) |