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)
Syntax
public Action<GoogleOAuth2ApplyRedirectContext> OnApplyRedirect { get; set; }
public:
property Action<GoogleOAuth2ApplyRedirectContext^>^ OnApplyRedirect {
Action<GoogleOAuth2ApplyRedirectContext^>^ get();
void set(Action<GoogleOAuth2ApplyRedirectContext^>^ value);
}
member OnApplyRedirect : Action<GoogleOAuth2ApplyRedirectContext> with get, set
Public Property OnApplyRedirect As Action(Of GoogleOAuth2ApplyRedirectContext)
Property Value
Type: System.Action<GoogleOAuth2ApplyRedirectContext>
Returns Action<T>.
See Also
GoogleOAuth2AuthenticationProvider Class
Microsoft.Owin.Security.Google Namespace
Return to top