IWithDefaultAuthenticationProvider<ParentT> 인터페이스

정의

기본 인증 공급자를 설정할 수 있는 웹앱 인증 정의입니다.

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

형식 매개 변수

ParentT

최종 Attachable.attach()의 반환 형식입니다.

파생

메서드

WithAnonymousAuthentication()

기본적으로 로그인이 필요하지 않습니다.

WithDefaultAuthenticationProvider(BuiltInAuthenticationProvider)

기본 인증 공급자를 지정합니다.

적용 대상