Memory based non-persistent storage for authenticated user record.
$_redirectUrl protected string$_user protected array|nulldelete( )
Delete user record.
Cake\Auth\Storage\StorageInterface::delete() read( )
Read user record.
Cake\Auth\Storage\StorageInterface::read() redirectUrl( mixed $url null )
Get/set redirect URL.
$url optional null Redirect URL. If null returns current URL. If false deletes currently set URL.
Cake\Auth\Storage\StorageInterface::redirectUrl() write( array $user )
Write user record.
$user Cake\Auth\Storage\StorageInterface::write()
© 2005–2016 The Cake Software Foundation, Inc.
Licensed under the MIT License.
CakePHP is a registered trademark of Cake Software Foundation, Inc.
We are not endorsed by or affiliated with CakePHP.
http://api.cakephp.org/3.2/class-Cake.Auth.Storage.MemoryStorage.html