You are here

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

Get the operation details from the session.

Parameters

bool $clear: The value is cleared from the session, unless this is set to FALSE.

Return value

array The operation details.

1 method overrides OpenIDConnectSessionInterface::retrieveOp()
OpenIDConnectSession::retrieveOp in src/OpenIDConnectSession.php
Get the operation details from the session.

File

src/OpenIDConnectSessionInterface.php, line 41

Class

OpenIDConnectSessionInterface
Creates and validates state tokens.

Namespace

Drupal\openid_connect

Code

public function retrieveOp(bool $clear = TRUE) : array;