Class MemoryStorage
Memory based non-persistent storage for authenticated user record.
Namespace: Cake\Auth\Storage
Property Summary
-
$_redirectUrl protected
string|null
Redirect url.
-
$_user protected
array|null
User record.
Method Summary
-
delete() public
Delete user record.
-
read() public
Read user record.
-
redirectUrl() public
Get/set redirect URL.
-
write() public
Write user record.