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.

GoogleAuthenticationProvider Class

 

Default IGoogleAuthenticationProvider implementation.

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

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

public ref class GoogleAuthenticationProvider : IGoogleAuthenticationProvider

NameDescription
System_CAPS_pubmethodGoogleAuthenticationProvider()

Initializes a GoogleAuthenticationProvider

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(GoogleApplyRedirectContext^)

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

System_CAPS_pubmethodAuthenticated(GoogleAuthenticatedContext^)

Invoked whenever Google successfully 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(GoogleReturnEndpointContext^)

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: