IGoogleAuthenticationProvider.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 GoogleReturnEndpointContext _
) As Task
'Usage
Dim instance As IGoogleAuthenticationProvider 
Dim context As GoogleReturnEndpointContext 
Dim returnValue As Task 

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

Parameters

Return Value

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

See Also

Reference

IGoogleAuthenticationProvider Interface

Microsoft.Owin.Security.Google Namespace