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

NAME

Document::eSign::Docusign::getTokenOnBehalfOf - Retrieves an OAUTH2 token on behalf of someone else.

VERSION

Version 0.02

functions

getTokenOnBehalfOf($varshashref)

Example:

    my $response = $ds->getTokenOnBehalfOf(
        {
            grant_type => 'password', # only option
            scope      => 'api', # only option
            username   => 'otheruser@domain.com',
            bearer     => 'bearer@domain.com
        }
    );