The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Web::Authenticate::Result::Authenticate - The result of calling Web::Authenticate::authenticate.

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.

auth_redir

Returns the Web::Authenticate::Authenticator::Redirect::Role object that was 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.