IWithAuthenticationProvider<ParentT> 인터페이스

정의

자세한 공급자 정보를 지정할 수 있는 웹앱 인증 정의입니다.

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 비밀로 공급자를 지정합니다.

적용 대상