Interface StorageInterface
Describes the methods that any class representing an Auth data storage should comply with.
Direct Implementers
Method Summary
-  delete() publicDelete user record.
-  read() publicRead user record.
-  redirectUrl() publicGet/set redirect URL.
-  write() publicWrite user record.
Method Detail
redirectUrl()source public
redirectUrl( mixed $url null )
Get/set redirect URL.
Parameters
-  mixed $urloptional null
- Redirect URL. If - nullreturns current URL. If- falsedeletes currently set URL.
Returns
mixed
    © 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.StorageInterface.html