GoogleOAuth2AuthenticationProvider::OnApplyRedirect Property
Gets or sets the delegate that is invoked when the ApplyRedirect method is invoked.
Assembly: Microsoft.Owin.Security.Google (in Microsoft.Owin.Security.Google.dll)
public: property Action<GoogleOAuth2ApplyRedirectContext^>^ OnApplyRedirect { Action<GoogleOAuth2ApplyRedirectContext^>^ get(); void set(Action<GoogleOAuth2ApplyRedirectContext^>^ value); }
Show: