Retrieves a session based on its verifier (token hash).
Parameters
$verifierstringrequired- Verifier for the session to retrieve.
Source
abstract protected function get_session( $verifier );
Changelog
| Version | Description |
|---|---|
| 4.0.0 | Introduced. |
Retrieves a session based on its verifier (token hash).
$verifierstringrequiredabstract protected function get_session( $verifier );
| Version | Description |
|---|---|
| 4.0.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.