PHP Trait KnpU\OAuth2ClientBundle\Security\Helper\PreviousUrlHelper

Afficher le fichier Open project: knpuniversity/oauth2-client-bundle

Méthodes publiques

Méthode Description
getPreviousUrl ( Request $request, string $providerKey ) : string Returns the URL (if any) the user visited that forced them to login.

Method Details

getPreviousUrl() public méthode

Returns the URL (if any) the user visited that forced them to login.
public getPreviousUrl ( Request $request, string $providerKey ) : string
$request Symfony\Component\HttpFoundation\Request
$providerKey string
Résultat string