IGoogleAuthenticationProvider Interface

 

Specifies callback methods which the GoogleAuthenticationMiddleware invokes to enable developer control over the authentication process. />

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

public interface class IGoogleAuthenticationProvider

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 succesfully authenticates a user

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.

Return to top
Show: