IGoogleOAuth2AuthenticationProvider::ApplyRedirect Method

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

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

void ApplyRedirect(
	GoogleOAuth2ApplyRedirectContext^ context
)

Parameters

context
Type: Microsoft.Owin.Security.Google::GoogleOAuth2ApplyRedirectContext
Contains redirect URI and AuthenticationProperties of the challenge
Show: