Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
public interface IGoogleAuthenticationProvider
public interface class IGoogleAuthenticationProvider
type IGoogleAuthenticationProvider = interface end
Public Interface IGoogleAuthenticationProvider
Methods
Name | Description | |
---|---|---|
![]() |
ApplyRedirect(GoogleApplyRedirectContext) | Called when a Challenge causes a redirect to authorize endpoint in the Google OpenID middleware |
![]() |
Authenticated(GoogleAuthenticatedContext) | Invoked whenever Google succesfully authenticates a user |
![]() |
ReturnEndpoint(GoogleReturnEndpointContext) | Invoked prior to the ClaimsIdentity being saved in a local cookie and the browser being redirected to the originally requested URL. |
See Also
Microsoft.Owin.Security.Google Namespace
Return to top