You are here

public function OpenIDConnectSessionInterface::saveDestination in OpenID Connect / OAuth client 2.x

Save the current path and langcode, for redirecting after authorization.

See also

\Drupal\openid_connect\Controller\OpenIDConnectRedirectController::authenticate()

1 method overrides OpenIDConnectSessionInterface::saveDestination()
OpenIDConnectSession::saveDestination in src/OpenIDConnectSession.php
Save the current path and langcode, for redirecting after authorization.

File

src/OpenIDConnectSessionInterface.php, line 30

Class

OpenIDConnectSessionInterface
Creates and validates state tokens.

Namespace

Drupal\openid_connect

Code

public function saveDestination();