Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IGoogleOAuth2AuthenticationProvider::ReturnEndpoint Method (GoogleOAuth2ReturnEndpointContext^)

 

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)

Task^ ReturnEndpoint(
	GoogleOAuth2ReturnEndpointContext^ 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.

Return to top
Show: