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