Describes the methods that any class representing an Auth data storage should comply with.
Delete user record.
Read user record.
Get/set redirect URL.
Write user record.
delete(): void
Delete user record.
voidread(): ArrayAccess|array|null
Read user record.
ArrayAccess|array|nullredirectUrl(mixed $url = null): array|string|null
Get/set redirect URL.
mixed $url optional Redirect URL. If null returns current URL. If false deletes currently set URL.
array|string|nullwrite(mixed $user): void
Write user record.
mixed $user array or \ArrayAccess User record.
void
© 2005–present 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.
https://api.cakephp.org/4.4/interface-Cake.Auth.Storage.StorageInterface.html