GoogleOAuth2AuthenticationProvider::ApplyRedirect Method (GoogleOAuth2ApplyRedirectContext^)

 

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)

public:
virtual void ApplyRedirect(
	GoogleOAuth2ApplyRedirectContext^ context
)

Parameters

context
Type: Microsoft.Owin.Security.Google::GoogleOAuth2ApplyRedirectContext^

Contains redirect URI and AuthenticationProperties of the challenge

Return to top
Show: