Share via


GoogleLoginProvider Constructor (HttpConfiguration, IServiceTokenHandler)

 

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

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

Syntax

public GoogleLoginProvider(
    HttpConfiguration config,
    IServiceTokenHandler tokenHandler
)
public:
GoogleLoginProvider(
    HttpConfiguration^ config,
    IServiceTokenHandler^ tokenHandler
)
new : 
        config:HttpConfiguration *
        tokenHandler:IServiceTokenHandler -> GoogleLoginProvider
Public Sub New (
    config As HttpConfiguration,
    tokenHandler As IServiceTokenHandler
)

Parameters

See Also

GoogleLoginProvider Class
Microsoft.WindowsAzure.Mobile.Service.Security.Providers Namespace

Return to top