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)

System.Object
  Microsoft.WindowsAzure.Mobile.Service.Security.LoginProvider
    Microsoft.WindowsAzure.Mobile.Service.Security.Providers.MicrosoftAccountLoginProvider

Public Class MicrosoftAccountLoginProvider
	Inherits LoginProvider

NameDescription
System_CAPS_pubmethodMicrosoftAccountLoginProvider(HttpConfiguration, IServiceTokenHandler)

Initializes a new instance of the MicrosoftAccountLoginProvider class with a given tokenHandler.

NameDescription
System_CAPS_protpropertyConfig

Gets the HttpConfiguration for this instance.

System_CAPS_pubpropertyName

(Overrides LoginProvider.Name.)

System_CAPS_protpropertyTokenHandler

Gets the IServiceTokenHandler for this instance.(Inherited from LoginProvider.)

System_CAPS_protpropertyTokenLifetime

Gets or sets the lifetime for generated tokens.(Inherited from LoginProvider.)

NameDescription
System_CAPS_pubmethodConfigureMiddleware(IAppBuilder, ServiceSettingsDictionary)
System_CAPS_pubmethodCreateCredentials(ClaimsIdentity)
System_CAPS_pubmethodCreateLoginResult(ClaimsIdentity, String)

Creates a login result to return after a successful login.(Inherited from LoginProvider.)

System_CAPS_protmethodCreateTokenInfo(ClaimsIdentity, ProviderCredentials, String)

Creates the final login token using the specified inputs. Derived classes can override to customize the login token produced.(Inherited from LoginProvider.)

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_protmethodGetClientFlowAuthenticationType()

Gets the name under which the OWIN middleware handling the client flow should be registered.(Inherited from LoginProvider.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodParseCredentials(JObject)
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: