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
參考。