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

NAME

Document::eSign::Docusign::getToken - Retrieves an OAUTH2 token.

VERSION

Version 0.02

functions

getToken($varshashref)

    my $response = $ds->getToken(
        {
            grant_type => 'password', # only option
            scope      => 'api' # only option
        }
    );