MicrosoftAccountLoginProvider Class
Provides an LoginProvider implementation providing support for Microsoft Account authentication.
Namespace: Microsoft.WindowsAzure.Mobile.Service.Security.Providers
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsAzure.Mobile.Service.Security.LoginProvider
Microsoft.WindowsAzure.Mobile.Service.Security.Providers.MicrosoftAccountLoginProvider
Syntax
public class MicrosoftAccountLoginProvider : LoginProvider
public ref class MicrosoftAccountLoginProvider : LoginProvider
type MicrosoftAccountLoginProvider =
class
inherit LoginProvider
end
Public Class MicrosoftAccountLoginProvider
Inherits LoginProvider
Constructors
Name | Description | |
---|---|---|
MicrosoftAccountLoginProvider(HttpConfiguration, IServiceTokenHandler) | Initializes a new instance of the MicrosoftAccountLoginProvider class with a given tokenHandler. |
Properties
Name | Description | |
---|---|---|
Config | Gets the HttpConfiguration for this instance. |
|
Name | (Overrides LoginProvider.Name.) |
|
TokenHandler | Gets the IServiceTokenHandler for this instance.(Inherited from LoginProvider.) |
|
TokenLifetime | Gets or sets the lifetime for generated tokens.(Inherited from LoginProvider.) |
Methods
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.Security.Providers Namespace
Return to top