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 Action<GoogleOAuth2ApplyRedirectContext> OnApplyRedirect { get; set; }
Show: