Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
public virtual Task ReturnEndpoint(
GoogleReturnEndpointContext context
)
public:
virtual Task^ ReturnEndpoint(
GoogleReturnEndpointContext^ context
)
abstract ReturnEndpoint :
context:GoogleReturnEndpointContext -> Task
override ReturnEndpoint :
context:GoogleReturnEndpointContext -> Task
Public Overridable Function ReturnEndpoint (
context As GoogleReturnEndpointContext
) As Task
Parameters
context
Type: Microsoft.Owin.Security.Google.GoogleReturnEndpointContextContains information about the login session as well as the user ClaimsIdentity.
Return Value
Type: System.Threading.Tasks.Task
A Task representing the completed operation.
Implements
IGoogleAuthenticationProvider.ReturnEndpoint(GoogleReturnEndpointContext)
See Also
GoogleAuthenticationProvider Class
Microsoft.Owin.Security.Google Namespace
Return to top