Deli z drugimi prek


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

See Also

IGoogleAuthenticationProvider Interface
Microsoft.Owin.Security.Google Namespace

Return to top