Why not adopt me?
This distribution is up for adoption!
If you're interested then please contact the PAUSE module admins via
email.
NAME
WWW::Desk::Auth::HTTP - Desk.com HTTP Basic Authentication
ATTRIBUTES
username
REQUIRED - desk.com username
password
REQUIRED - desk.com password
SYNOPSIS
use WWW::Desk::Auth::HTTP;
my $auth = WWW::Desk::Auth::HTTP->new(
'username' => 'desk username',
'password' => 'desk password'
);
$auth->login_headers();
SUBROUTINES/METHODS
login_headers
Return Mojo::Headers for basic http authentication
AUTHOR
binary.com, <rakesh at binary.com>
BUGS
Please report any bugs or feature requests to bug-www-desk at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=WWW-Desk. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc WWW::Desk
You can also look for information at:
RT: CPAN's request tracker (report bugs here)
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN