IRemoteAuthenticationBuilder<TRemoteAuthenticationState,TAccount> Interface

Definition

An interface for configuring remote authentication services.

C#
public interface IRemoteAuthenticationBuilder<TRemoteAuthenticationState,TAccount> where TRemoteAuthenticationState : RemoteAuthenticationState where TAccount : RemoteUserAccount

Type Parameters

TRemoteAuthenticationState

The remote authentication state type.

TAccount

The account type.

Properties

Extension Methods

Applies to

Product Versions
ASP.NET Core 3.1, 5.0, 6.0, 7.0, 8.0, 9.0