IWithAuthenticationProvider<ParentT> Interface

Definition

A web app authentication definition allowing detailed provider information to be specified.

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

Type Parameters

ParentT

The stage of the parent definition to return to after attaching this definition.

Derived

Methods

WithActiveDirectory(String, String)

Specifies the provider to be Active Directory and its client ID and issuer URL.

WithActiveDirectory(String, String, String)

Specifies the provider to be Active Directory and its client ID and issuer URL.

WithFacebook(String, String)

Specifies the provider to be Facebook and its app ID and app secret.

WithGoogle(String, String)

Specifies the provider to be Google and its client ID and client secret.

WithMicrosoft(String, String)

Specifies the provider to be Microsoft and its client ID and client secret.

WithTwitter(String, String)

Specifies the provider to be Twitter and its API key and API secret.

Applies to