ILoginProvider Methods

 

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

NameDescription
System_CAPS_pubmethodConfigureMiddleware(IAppBuilder^, ServiceSettingsDictionary^)

Configures this module for participation in the OWIN application pipeline. The module should be configured as passive so as only to participate in the mobile service authentication process when requested by the LoginController.

System_CAPS_pubmethodCreateCredentials(ClaimsIdentity^)

Return the set of provider specific credentials for inclusion in a login token

System_CAPS_pubmethodCreateLoginResult(ClaimsIdentity^, String^)

Creates a login result to return after a successful login

System_CAPS_pubmethodParseCredentials(JObject^)

Deserialize the specified provider credentials

Return to top
Show: