ServiceAuthenticationFilter Constructor (String, IServiceTokenHandler)
Initializes a new instance of the ServiceAuthenticationFilter class.
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
Parameters
- authenticationType
-
Type:
System.String
The authentication type of the OWIN middleware to use.
- tokenHandler
-
Type:
Microsoft.WindowsAzure.Mobile.Service.Security.IServiceTokenHandler
An ServiceTokenHandler instance.
Show: