Share via


GoogleLoginAuthenticationProvider Class

 

Provides a specialized GoogleOAuth2AuthenticationProvider used by the GoogleLoginProvider.

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

Inheritance Hierarchy

System.Object
  Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticationProvider
    Microsoft.WindowsAzure.Mobile.Service.Security.Providers.GoogleLoginAuthenticationProvider

Syntax

public class GoogleLoginAuthenticationProvider : GoogleOAuth2AuthenticationProvider
public ref class GoogleLoginAuthenticationProvider : GoogleOAuth2AuthenticationProvider
type GoogleLoginAuthenticationProvider = 
    class
        inherit GoogleOAuth2AuthenticationProvider
    end
Public Class GoogleLoginAuthenticationProvider
    Inherits GoogleOAuth2AuthenticationProvider

Constructors

Name Description
System_CAPS_pubmethod GoogleLoginAuthenticationProvider()

Properties

Name Description
System_CAPS_pubproperty OnApplyRedirect

(Inherited from GoogleOAuth2AuthenticationProvider.)

System_CAPS_pubproperty OnAuthenticated

(Inherited from GoogleOAuth2AuthenticationProvider.)

System_CAPS_pubproperty OnReturnEndpoint

(Inherited from GoogleOAuth2AuthenticationProvider.)

Methods

Name Description
System_CAPS_pubmethod ApplyRedirect(GoogleOAuth2ApplyRedirectContext)

(Inherited from GoogleOAuth2AuthenticationProvider.)

System_CAPS_pubmethod Authenticated(GoogleOAuth2AuthenticatedContext)

(Overrides GoogleOAuth2AuthenticationProvider.Authenticated(GoogleOAuth2AuthenticatedContext).)

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ReturnEndpoint(GoogleOAuth2ReturnEndpointContext)

(Inherited from GoogleOAuth2AuthenticationProvider.)

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.Security.Providers Namespace

Return to top