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)
Syntax
public virtual void ApplyRedirect(
GoogleOAuth2ApplyRedirectContext context
)
public:
virtual void ApplyRedirect(
GoogleOAuth2ApplyRedirectContext^ context
)
abstract ApplyRedirect :
context:GoogleOAuth2ApplyRedirectContext -> unit
override ApplyRedirect :
context:GoogleOAuth2ApplyRedirectContext -> unit
Public Overridable Sub ApplyRedirect (
context As GoogleOAuth2ApplyRedirectContext
)
Parameters
context
Type: Microsoft.Owin.Security.Google.GoogleOAuth2ApplyRedirectContextContains redirect URI and AuthenticationProperties of the challenge
Implements
IGoogleOAuth2AuthenticationProvider.ApplyRedirect(GoogleOAuth2ApplyRedirectContext)
See Also
GoogleOAuth2AuthenticationProvider Class
Microsoft.Owin.Security.Google Namespace
Return to top