
Catalyst::Authentication::User - Base class for user objects.

package MyStore::User;
use base qw/Catalyst::Authentication::User/;

This is the base class for authenticated

A unique ID by which a user can be retrieved from the store.
Should return a class name that can be used to refetch the user using it's ID.
An introspection method used to determine what features a user object has, to support credential and authorization plugins.
Returns the value for the $field provided.
Returns the underlying object storing the user data. The return value of this function will vary depending on the storage module used.
Shorthand for get_object( )