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

public ref class LoginController : ApiController

NameDescription
System_CAPS_pubmethodLoginController(ApiServices^)

Initializes a new instance of the LoginController.

NameDescription
System_CAPS_protmethodCreateLoginResult(ILoginProvider^, ClaimsIdentity^)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGet(String^, String^)

Handler for server login flows.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_protmethodGetLoginProvider(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.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodInitialize(HttpControllerContext^)
System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodPost(String^)

Handler for client login flows (where the client provides the initial token instead of us obtaining it server side)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: