You are here

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

Save the operation details in the session.

Parameters

string $op: The operation.

int|null $uid: The user ID.

1 method overrides OpenIDConnectSessionInterface::saveOp()
OpenIDConnectSession::saveOp in src/OpenIDConnectSession.php
Save the operation details in the session.

File

src/OpenIDConnectSessionInterface.php, line 51

Class

OpenIDConnectSessionInterface
Creates and validates state tokens.

Namespace

Drupal\openid_connect

Code

public function saveOp(string $op, int $uid = NULL);