/// <summary>Invoked prior to the <see cref="System.Security.Claims.ClaimsIdentity"/> being saved in a local cookie and the browser being redirected to the originally requested URL.</summary>
 /// <param name="context">The context</param>
 /// <returns>A <see cref="Task"/> representing the completed operation.</returns>
 public virtual Task ReturnEndpoint(PingFederateReturnEndpointContext context)
 {
     return(this.OnReturnEndpoint(context));
 }
 /// <summary>Invoked prior to the <see cref="System.Security.Claims.ClaimsIdentity"/> being saved in a local cookie and the browser being redirected to the originally requested URL.</summary>
 /// <param name="context">The context</param>
 /// <returns>A <see cref="Task"/> representing the completed operation.</returns>
 public virtual Task ReturnEndpoint(PingFederateReturnEndpointContext context)
 {
     return this.OnReturnEndpoint(context);
 }