LoginProvider Methods
Namespace:
Microsoft.WindowsAzure.Mobile.Service.Security
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
| Name | Description | |
|---|---|---|
![]() | ConfigureMiddleware(IAppBuilder, ServiceSettingsDictionary) | |
![]() | CreateCredentials(ClaimsIdentity) | |
![]() | CreateLoginResult(ClaimsIdentity, String) | Creates a login result to return after a successful login. |
![]() | CreateTokenInfo(ClaimsIdentity, ProviderCredentials, String) | Creates the final login token using the specified inputs. Derived classes can override to customize the login token produced. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetClientFlowAuthenticationType() | Gets the name under which the OWIN middleware handling the client flow should be registered. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ParseCredentials(JObject) | |
![]() | ToString() | (Inherited from Object.) |
Show:

