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