Deli z drugimi prek


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

Implements

IGoogleAuthenticationProvider.ApplyRedirect(GoogleApplyRedirectContext)

See Also

GoogleAuthenticationProvider Class
Microsoft.Owin.Security.Google Namespace

Return to top