Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the function that is invoked when the ReturnEndpoint method is invoked.
Namespace: Microsoft.Owin.Security.Google
Assembly: Microsoft.Owin.Security.Google (in Microsoft.Owin.Security.Google.dll)
Syntax
public Func<GoogleOAuth2ReturnEndpointContext, Task> OnReturnEndpoint { get; set; }
public:
property Func<GoogleOAuth2ReturnEndpointContext^, Task^>^ OnReturnEndpoint {
Func<GoogleOAuth2ReturnEndpointContext^, Task^>^ get();
void set(Func<GoogleOAuth2ReturnEndpointContext^, Task^>^ value);
}
member OnReturnEndpoint : Func<GoogleOAuth2ReturnEndpointContext, Task> with get, set
Public Property OnReturnEndpoint As Func(Of GoogleOAuth2ReturnEndpointContext, Task)
Property Value
Type: System.Func<GoogleOAuth2ReturnEndpointContext, Task>
Returns Func<T, TResult>.
See Also
GoogleOAuth2AuthenticationProvider Class
Microsoft.Owin.Security.Google Namespace
Return to top