次の方法で共有


IWithAuthenticationProvider<ParentT> インターフェイス

定義

詳細なプロバイダー情報を指定できる Web アプリ認証定義。

public interface IWithAuthenticationProvider<ParentT>
type IWithAuthenticationProvider<'ParentT> = interface
Public Interface IWithAuthenticationProvider(Of ParentT)

型パラメーター

ParentT

この定義をアタッチした後に戻る親定義のステージ。

派生

メソッド

WithActiveDirectory(String, String)

プロバイダーを Active Directory にし、そのクライアント ID と発行者 URL を指定します。

WithActiveDirectory(String, String, String)

プロバイダーを Active Directory にし、そのクライアント ID と発行者 URL を指定します。

WithFacebook(String, String)

プロバイダーを Facebook に指定し、そのアプリ ID とアプリ シークレットを指定します。

WithGoogle(String, String)

プロバイダーを Google に指定し、そのクライアント ID とクライアント シークレットを指定します。

WithMicrosoft(String, String)

プロバイダーを Microsoft に指定し、そのクライアント ID とクライアント シークレットを指定します。

WithTwitter(String, String)

プロバイダーを Twitter に指定し、その API キーと API シークレットを指定します。

適用対象