Share via


LoginProvider.GetClientFlowAuthenticationType Method ()

 

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

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Security
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

Syntax

protected string GetClientFlowAuthenticationType()
protected:
String^ GetClientFlowAuthenticationType()
member GetClientFlowAuthenticationType : unit -> string
Protected Function GetClientFlowAuthenticationType As String

Return Value

Type: System.String

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

See Also

LoginProvider Class
Microsoft.WindowsAzure.Mobile.Service.Security Namespace

Return to top