ILoginProvider Methods
Namespace:
Microsoft.WindowsAzure.Mobile.Service.Security
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
| Name | Description | |
|---|---|---|
![]() | ConfigureMiddleware(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. |
![]() | CreateCredentials(ClaimsIdentity^) | Return the set of provider specific credentials for inclusion in a login token |
![]() | CreateLoginResult(ClaimsIdentity^, String^) | Creates a login result to return after a successful login |
![]() | ParseCredentials(JObject^) | Deserialize the specified provider credentials |
Show:
