GoogleOAuth2AuthenticationProvider.OnReturnEndpoint Property

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)

'Declaration
Public Property OnReturnEndpoint As Func(Of GoogleOAuth2ReturnEndpointContext, Task)
	Get 
	Set
'Usage
Dim instance As GoogleOAuth2AuthenticationProvider 
Dim value As Func(Of GoogleOAuth2ReturnEndpointContext, Task)

value = instance.OnReturnEndpoint

instance.OnReturnEndpoint = value
Show: