NAME
Web::Authenticate::Session::Role - A Mouse::Role that defines what methods a Web::Authenticate::Session object should contain.
VERSION
version 0.013
METHODS
id
Returns the id of this session.
my $session_id = $session->id;
expires
Returns the date of expiration for this session (format of date dependent upon the implementation).
my $expires = $session->expires;
user
Returns the user for this session.
my $user = $session->user;
AUTHOR
Adam Hopkins <srchulo@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2017 by Adam Hopkins.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.