LoginProvider.GetClientFlowAuthenticationType Method

Definition

Gets the name under which the OWIN middleware handling the client flow should be registered.

protected string GetClientFlowAuthenticationType ();
member this.GetClientFlowAuthenticationType : unit -> string
Protected Function GetClientFlowAuthenticationType () As String

Returns

The name by which the client flow OWIN middleware should be registered.

Applies to