NAME
Web::Authenticate::Result::CheckForSession - The result of calling Web::Authenticate::check_for_session.
VERSION
version 0.009
METHODS
success
Returns 1 if the call to "check_for_session" in Web::Authenticate was successful in finding a valid session, undef otherwise.
user
Returns the user that was logged in. Checking if this is undef is the same as calling "invalid_username_or_password".
auth_redir
Returns the Web::Authenticate::Authenticator::Redirect::Role object that login used to redirect.
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.