Catalyst::Plugin::Authentication::User - Base class for user objects.
package MyStore::User;
use base qw/Catalyst::Plugin::Authentication::User/;
This is the base class for authenticated
- id
-
A unique ID by which a user can be retrieved from the store.
- store
-
Should return a class name that can be used to refetch the user using it's ID.
- supports
-
An introspection method used to determine what features a user object has, to support credential and authorization plugins.