GoogleOAuth2AuthenticationProvider.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)

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

returnValue = instance.ReturnEndpoint(context)

Parameters

context
Type: Microsoft.Owin.Security.Google.GoogleOAuth2ReturnEndpointContext
Contains context information and authentication ticket of the return endpoint.

Return Value

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

Implements

IGoogleOAuth2AuthenticationProvider.ReturnEndpoint(GoogleOAuth2ReturnEndpointContext)
Show: