TwitterExtensions.AddTwitter メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
AddTwitter(AuthenticationBuilder) |
既定のスキームを使用して、Twitter OAuth ベースの認証を に AuthenticationBuilder 追加します。 既定のスキームは、 で AuthenticationScheme指定されます。 Twitter 認証を使用すると、アプリケーション ユーザーは自分の Twitter アカウントでサインインできます。 |
AddTwitter(AuthenticationBuilder, Action<TwitterOptions>) |
既定のスキームを使用して、Twitter OAuth ベースの認証を に AuthenticationBuilder 追加します。 既定のスキームは、 で AuthenticationScheme指定されます。 Twitter 認証を使用すると、アプリケーション ユーザーは自分の Twitter アカウントでサインインできます。 |
AddTwitter(AuthenticationBuilder, String, Action<TwitterOptions>) |
既定のスキームを使用して、Twitter OAuth ベースの認証を に AuthenticationBuilder 追加します。 既定のスキームは、 で AuthenticationScheme指定されます。 Twitter 認証を使用すると、アプリケーション ユーザーは自分の Twitter アカウントでサインインできます。 |
AddTwitter(AuthenticationBuilder, String, String, Action<TwitterOptions>) |
既定のスキームを使用して、Twitter OAuth ベースの認証を に AuthenticationBuilder 追加します。 既定のスキームは、 で AuthenticationScheme指定されます。 Twitter 認証を使用すると、アプリケーション ユーザーは自分の Twitter アカウントでサインインできます。 |
AddTwitter(AuthenticationBuilder)
既定のスキームを使用して、Twitter OAuth ベースの認証を に AuthenticationBuilder 追加します。 既定のスキームは、 で AuthenticationScheme指定されます。
Twitter 認証を使用すると、アプリケーション ユーザーは自分の Twitter アカウントでサインインできます。
public static Microsoft.AspNetCore.Authentication.AuthenticationBuilder AddTwitter (this Microsoft.AspNetCore.Authentication.AuthenticationBuilder builder);
static member AddTwitter : Microsoft.AspNetCore.Authentication.AuthenticationBuilder -> Microsoft.AspNetCore.Authentication.AuthenticationBuilder
<Extension()>
Public Function AddTwitter (builder As AuthenticationBuilder) As AuthenticationBuilder
パラメーター
戻り値
操作が完了した後の への builder
参照。
適用対象
AddTwitter(AuthenticationBuilder, Action<TwitterOptions>)
既定のスキームを使用して、Twitter OAuth ベースの認証を に AuthenticationBuilder 追加します。 既定のスキームは、 で AuthenticationScheme指定されます。
Twitter 認証を使用すると、アプリケーション ユーザーは自分の Twitter アカウントでサインインできます。
public static Microsoft.AspNetCore.Authentication.AuthenticationBuilder AddTwitter (this Microsoft.AspNetCore.Authentication.AuthenticationBuilder builder, Action<Microsoft.AspNetCore.Authentication.Twitter.TwitterOptions> configureOptions);
static member AddTwitter : Microsoft.AspNetCore.Authentication.AuthenticationBuilder * Action<Microsoft.AspNetCore.Authentication.Twitter.TwitterOptions> -> Microsoft.AspNetCore.Authentication.AuthenticationBuilder
<Extension()>
Public Function AddTwitter (builder As AuthenticationBuilder, configureOptions As Action(Of TwitterOptions)) As AuthenticationBuilder
パラメーター
- configureOptions
- Action<TwitterOptions>
を構成 TwitterOptionsするデリゲート。
戻り値
操作が完了した後の への builder
参照。
適用対象
AddTwitter(AuthenticationBuilder, String, Action<TwitterOptions>)
既定のスキームを使用して、Twitter OAuth ベースの認証を に AuthenticationBuilder 追加します。 既定のスキームは、 で AuthenticationScheme指定されます。
Twitter 認証を使用すると、アプリケーション ユーザーは自分の Twitter アカウントでサインインできます。
public static Microsoft.AspNetCore.Authentication.AuthenticationBuilder AddTwitter (this Microsoft.AspNetCore.Authentication.AuthenticationBuilder builder, string authenticationScheme, Action<Microsoft.AspNetCore.Authentication.Twitter.TwitterOptions> configureOptions);
static member AddTwitter : Microsoft.AspNetCore.Authentication.AuthenticationBuilder * string * Action<Microsoft.AspNetCore.Authentication.Twitter.TwitterOptions> -> Microsoft.AspNetCore.Authentication.AuthenticationBuilder
<Extension()>
Public Function AddTwitter (builder As AuthenticationBuilder, authenticationScheme As String, configureOptions As Action(Of TwitterOptions)) As AuthenticationBuilder
パラメーター
- authenticationScheme
- String
認証スキームです。
- configureOptions
- Action<TwitterOptions>
を構成 TwitterOptionsするデリゲート。
戻り値
操作が完了した後の への builder
参照。
適用対象
AddTwitter(AuthenticationBuilder, String, String, Action<TwitterOptions>)
既定のスキームを使用して、Twitter OAuth ベースの認証を に AuthenticationBuilder 追加します。 既定のスキームは、 で AuthenticationScheme指定されます。
Twitter 認証を使用すると、アプリケーション ユーザーは自分の Twitter アカウントでサインインできます。
public static Microsoft.AspNetCore.Authentication.AuthenticationBuilder AddTwitter (this Microsoft.AspNetCore.Authentication.AuthenticationBuilder builder, string authenticationScheme, string displayName, Action<Microsoft.AspNetCore.Authentication.Twitter.TwitterOptions> configureOptions);
static member AddTwitter : Microsoft.AspNetCore.Authentication.AuthenticationBuilder * string * string * Action<Microsoft.AspNetCore.Authentication.Twitter.TwitterOptions> -> Microsoft.AspNetCore.Authentication.AuthenticationBuilder
<Extension()>
Public Function AddTwitter (builder As AuthenticationBuilder, authenticationScheme As String, displayName As String, configureOptions As Action(Of TwitterOptions)) As AuthenticationBuilder
パラメーター
- authenticationScheme
- String
認証スキームです。
- displayName
- String
認証ハンドラーの表示名。
- configureOptions
- Action<TwitterOptions>
を構成 TwitterOptionsするデリゲート。
戻り値
操作が完了した後の への builder
参照。