DOKK / manpages / debian 12 / libcatalyst-plugin-authentication-perl / Catalyst::Authentication::User::Hash.3pm.en
Catalyst::Authentication::User::Hash(3pm) User Contributed Perl Documentation Catalyst::Authentication::User::Hash(3pm)

Catalyst::Authentication::User::Hash - An easy authentication user object based on hashes.

    use Catalyst::Authentication::User::Hash;
    
    Catalyst::Authentication::User::Hash->new(
        password => "s3cr3t",
    );

This implementation of authentication user handles is supposed to go hand in hand with Catalyst::Authentication::Store::Minimal.

Create a new object with the key-value-pairs listed in the arg list.

Checks for existence of keys that correspond with features.

Just returns $self, expecting it to be serializable.

Just passes returns the unserialized object, hoping it's intact.

AUTOLOAD( )

Accessor for the key whose name is the method.

Accessors that override superclass's dying virtual methods.

Hash::AsObject

2023-01-22 perl v5.36.0