LoginController Class
Namespace:
Microsoft.WindowsAzure.Mobile.Service.Controllers
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
System::Object
System.Web.Http::ApiController
Microsoft.WindowsAzure.Mobile.Service.Controllers::LoginController
System.Web.Http::ApiController
Microsoft.WindowsAzure.Mobile.Service.Controllers::LoginController
| Name | Description | |
|---|---|---|
![]() | LoginController(ApiServices^) | Initializes a new instance of the LoginController. |
| Name | Description | |
|---|---|---|
![]() | CreateLoginResult(ILoginProvider^, ClaimsIdentity^) | |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | Get(String^, String^) | Handler for server login flows. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetLoginProvider(IDictionary<String^, List<ILoginProvider^>^>^, String^) | Gets the ILoginProvider registered with a given loginProvider name or throws an HttpResponseException with an error indicating why it wasn't found. |
![]() | GetType() | (Inherited from Object.) |
![]() | Initialize(HttpControllerContext^) | (Overrides ApiController::Initialize(HttpControllerContext^).) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | Post(String^) | Handler for client login flows (where the client provides the initial token instead of us obtaining it server side) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

