IGoogleOAuth2AuthenticationProvider.ReturnEndpoint Method

Invoked prior to the ClaimsIdentity being saved in a local cookie and the browser being redirected to the originally requested URL.

Namespace:  Microsoft.Owin.Security.Google
Assembly:  Microsoft.Owin.Security.Google (in Microsoft.Owin.Security.Google.dll)

Syntax

'Declaration
Function ReturnEndpoint ( _
    context As GoogleOAuth2ReturnEndpointContext _
) As Task
'Usage
Dim instance As IGoogleOAuth2AuthenticationProvider 
Dim context As GoogleOAuth2ReturnEndpointContext 
Dim returnValue As Task 

returnValue = instance.ReturnEndpoint(context)
Task ReturnEndpoint(
    GoogleOAuth2ReturnEndpointContext context
)
Task^ ReturnEndpoint(
    GoogleOAuth2ReturnEndpointContext^ context
)
abstract ReturnEndpoint : 
        context:GoogleOAuth2ReturnEndpointContext -> Task
function ReturnEndpoint(
    context : GoogleOAuth2ReturnEndpointContext
) : Task

Parameters

Return Value

Type: System.Threading.Tasks.Task
A Task representing the completed operation.

See Also

Reference

IGoogleOAuth2AuthenticationProvider Interface

Microsoft.Owin.Security.Google Namespace