다음을 통해 공유


IWithAuthentication<FluentT> 인터페이스

정의

인증을 설정할 수 있는 웹앱 정의 단계입니다.

public interface IWithAuthentication<FluentT>
type IWithAuthentication<'FluentT> = interface
Public Interface IWithAuthentication(Of FluentT)

형식 매개 변수

FluentT

리소스 형식입니다.

파생

메서드

DefineAuthentication()

새 인증 구성의 정의를 지정합니다.

WithoutAuthentication()

웹앱에서 인증을 해제합니다.

적용 대상