Share via


LoginController Class

 

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

Inheritance Hierarchy

System.Object
  System.Web.Http.ApiController
    Microsoft.WindowsAzure.Mobile.Service.Controllers.LoginController

Syntax

public class LoginController : ApiController
public ref class LoginController : ApiController
type LoginController = 
    class
        inherit ApiController
    end
Public Class LoginController
    Inherits ApiController

Constructors

Name Description
System_CAPS_pubmethod LoginController(ApiServices)

Initializes a new instance of the LoginController.

Methods

Name Description
System_CAPS_protmethod CreateLoginResult(ILoginProvider, ClaimsIdentity)

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod Get(String, String)

Handler for server login flows.

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

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

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod Initialize(HttpControllerContext)

(Overrides ApiController.Initialize(HttpControllerContext).)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod Post(String)

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

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Mobile.Service.Controllers Namespace

Return to top