GoogleOAuth2AuthenticationProvider::OnApplyRedirect Property

 

Gets or sets the delegate that is invoked when the ApplyRedirect method is invoked.

Namespace:   Microsoft.Owin.Security.Google
Assembly:  Microsoft.Owin.Security.Google (in Microsoft.Owin.Security.Google.dll)

public:
property Action<GoogleOAuth2ApplyRedirectContext^>^ OnApplyRedirect {
	Action<GoogleOAuth2ApplyRedirectContext^>^ get();
	void set(Action<GoogleOAuth2ApplyRedirectContext^>^ value);
}
Return to top
Show: