Udostępnij za pośrednictwem


IGoogleOAuth2AuthenticationProvider.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

void ApplyRedirect(
    GoogleOAuth2ApplyRedirectContext context
)
void ApplyRedirect(
    GoogleOAuth2ApplyRedirectContext^ context
)
abstract ApplyRedirect : 
        context:GoogleOAuth2ApplyRedirectContext -> unit
Sub ApplyRedirect (
    context As GoogleOAuth2ApplyRedirectContext
)

Parameters

See Also

IGoogleOAuth2AuthenticationProvider Interface
Microsoft.Owin.Security.Google Namespace

Return to top