IGoogleAuthenticationProvider.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
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.GoogleApplyRedirectContextContains redirect URI and AuthenticationProperties of the challenge
See Also
IGoogleAuthenticationProvider Interface
Microsoft.Owin.Security.Google Namespace
Return to top