NAME
Web::Authenticate::Result::CreateUser - The result of calling Web::Authenticate::create_user.
VERSION
version 0.013
METHODS
success
Returns 1 if the call to "create_user" in Web::Authenticate was successful, undef otherwise.
user
Returns the user that was created.
failed_username_verifiers
Returns the username verifiers that failed if there were any. Default is an empty arrayref.
failed_password_verifiers
Returns the password verifiers that failed if there were any. Default is an empty arrayref.
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.