Zitadel PHP Client 1.3.6
PHP Client for Zitadel
|
Public Member Functions | |
__construct (array $settings) | |
setSessionId (string $sessionId) | |
setSessionToken (string $sessionToken) | |
terminate () | |
Terminate a session.
Definition at line 10 of file Terminate.php.
__construct | ( | array | $settings | ) |
Initialize the Session Termination
$settings | array The settings array |
Definition at line 19 of file Terminate.php.
setSessionId | ( | string | $sessionId | ) |
Set the session id
$sessionId | string ID of the session to terminate |
Definition at line 27 of file Terminate.php.
setSessionToken | ( | string | $sessionToken | ) |
Set the session token
string | $sessionToken | The current token of the session, returned to a create or update request. |
Definition at line 35 of file Terminate.php.
terminate | ( | ) |
Terminate the session
Exception | Returns an exception, if the communication with Zitadel fails |
Definition at line 43 of file Terminate.php.