共用方式為


IWithAuthenticationProvider<ParentT> 介面

定義

Web 應用程式驗證定義,允許指定詳細的提供者資訊。

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

類型參數

ParentT

附加此定義之後要傳回之父定義的階段。

衍生

方法

WithActiveDirectory(String, String)

指定要成為 Active Directory 的提供者及其用戶端識別碼和簽發者 URL。

WithActiveDirectory(String, String, String)

指定要成為 Active Directory 的提供者及其用戶端識別碼和簽發者 URL。

WithFacebook(String, String)

指定要成為 Facebook 的提供者及其應用程式識別碼和應用程式密碼。

WithGoogle(String, String)

指定要成為 Google 的提供者及其用戶端識別碼和用戶端密碼。

WithMicrosoft(String, String)

指定要成為 Microsoft 的提供者及其用戶端識別碼和用戶端密碼。

WithTwitter(String, String)

指定要成為 Twitter 的提供者及其 API 金鑰和 API 秘密。

適用於