The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Web::Authenticate::Result::CheckForSession - The result of calling Web::Authenticate::check_for_session.

VERSION

version 0.013

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 has a valid session.

auth_redir

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