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.
Called when a Challenge causes a redirect to authorize endpoint in the Google OpenID middleware
Namespace:   Microsoft.Owin.Security.Google
Assembly:  Microsoft.Owin.Security.Google (in Microsoft.Owin.Security.Google.dll)
Syntax
void ApplyRedirect(
    GoogleApplyRedirectContext context
)
void ApplyRedirect(
    GoogleApplyRedirectContext^ context
)
abstract ApplyRedirect : 
        context:GoogleApplyRedirectContext -> unit
Sub ApplyRedirect (
    context As GoogleApplyRedirectContext
)
Parameters
- context 
 Type: Microsoft.Owin.Security.Google.GoogleApplyRedirectContext- Contains redirect URI and AuthenticationProperties of the challenge 
See Also
IGoogleAuthenticationProvider Interface
Microsoft.Owin.Security.Google Namespace
Return to top