NAME
Web::Authenticate::Result::IsAuthenticated - The result of calling Web::Authenticate::is_authenticated.
VERSION
version 0.013
METHODS
success
Returns 1 if the call to login was successful, undef otherwise.
user
Returns the user that was logged in.
failed_authenticator
Returns the authenticator that caused the authenticate to fail, if there was one.
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.