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