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

NAME

Net::Launchpad - Launchpad.net Authentication

VERSION

version 2.101

ATTRIBUTES

staging

Boolean to interact with staging server or production.

ua

A Mojo::UserAgent.

json

A Mojo::JSON.

consumer_key

Holds the string that identifies your application.

    $lp->consumer_key('my-app-name');

callback_uri

Callback url to redirect use back to once authenticated.

nonce

Nonce

params

OAuth 1.0a parameters used in request, authenticate, and access

METHODS

api_host

Hostname used for authentication

request_token_path

OAuth Request token url

access_token_path

OAuth Access token url

authorize_token_path

OAuth Authorize token url

request_token

Perform the request-token request

authenticate_token

Perform the authentication request

access_token

Perform the access token request

AUTHOR

Adam Stokes <adamjs@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2014 by Adam Stokes.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.