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)
'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
Property Value
Type: System.Func(Of GoogleOAuth2ReturnEndpointContext, Task)Returns Func(Of T, TResult).
Show: