GoogleOAuth2AuthenticationProvider::OnAuthenticated Property
Gets or sets the function that is invoked when the Authenticated method is invoked.
Assembly: Microsoft.Owin.Security.Google (in Microsoft.Owin.Security.Google.dll)
public: property Func<GoogleOAuth2AuthenticatedContext^, Task^>^ OnAuthenticated { Func<GoogleOAuth2AuthenticatedContext^, Task^>^ get(); void set(Func<GoogleOAuth2AuthenticatedContext^, Task^>^ value); }
Property Value
Type: System::Func<GoogleOAuth2AuthenticatedContext^, Task^>^Returns Func<T, TResult>.
Show: