GoogleAuthenticationProvider.ReturnEndpoint Method

Indicates the specified return endpoint context.

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

Syntax

'Declaration
Public Overridable Function ReturnEndpoint ( _
    context As GoogleReturnEndpointContext _
) As Task
'Usage
Dim instance As GoogleAuthenticationProvider 
Dim context As GoogleReturnEndpointContext 
Dim returnValue As Task 

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

Parameters

Return Value

Type: System.Threading.Tasks.Task
The task that process the return endpoint.

Implements

IGoogleAuthenticationProvider.ReturnEndpoint(GoogleReturnEndpointContext)

See Also

Reference

GoogleAuthenticationProvider Class

Microsoft.Owin.Security.Google Namespace