IWithAuthentication<FluentT> Interface

Definition

A web app definition stage allowing authentication to be set.

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

Type Parameters

FluentT

The type of the resource.

Derived

Methods

DefineAuthentication()

Specifies the definition of a new authentication configuration.

WithoutAuthentication()

Turns off the authentication on the web app.

Applies to