Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

GoogleOAuth2AuthenticationProvider Class

 

Default IGoogleOAuth2AuthenticationProvider implementation.

Namespace:   Microsoft.Owin.Security.Google
Assembly:  Microsoft.Owin.Security.Google (in Microsoft.Owin.Security.Google.dll)

System::Object
  Microsoft.Owin.Security.Google::GoogleOAuth2AuthenticationProvider

public ref class GoogleOAuth2AuthenticationProvider : IGoogleOAuth2AuthenticationProvider

NameDescription
System_CAPS_pubmethodGoogleOAuth2AuthenticationProvider()

Initializes a GoogleOAuth2AuthenticationProvider

NameDescription
System_CAPS_pubpropertyOnApplyRedirect

Gets or sets the delegate that is invoked when the ApplyRedirect method is invoked.

System_CAPS_pubpropertyOnAuthenticated

Gets or sets the function that is invoked when the Authenticated method is invoked.

System_CAPS_pubpropertyOnReturnEndpoint

Gets or sets the function that is invoked when the ReturnEndpoint method is invoked.

NameDescription
System_CAPS_pubmethodApplyRedirect(GoogleOAuth2ApplyRedirectContext^)

Called when a Challenge causes a redirect to authorize endpoint in the Google OAuth 2.0 middleware

System_CAPS_pubmethodAuthenticated(GoogleOAuth2AuthenticatedContext^)

Invoked whenever Google succesfully authenticates a user

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodReturnEndpoint(GoogleOAuth2ReturnEndpointContext^)

Invoked prior to the ClaimsIdentity being saved in a local cookie and the browser being redirected to the originally requested URL.

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: