You are here

public static function OAuth2ClientInterface::redirect in OAuth2 Client 8

Redirect to the original path.

Redirects are registered with OAuth2\Client::setRedirect() The redirect contains the url to go to and the parameters to be sent to it.

1 method overrides OAuth2ClientInterface::redirect()
OAuth2Client::redirect in src/Service/OAuth2Client.php
Redirect to the original path.

File

src/Service/OAuth2ClientInterface.php, line 54

Class

OAuth2ClientInterface
Interface OAuth2ClientInterface.

Namespace

Drupal\oauth2_client\Service

Code

public static function redirect($clean = TRUE);