The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

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

VERSION

Version 0.02

functions

getTokenOnBehalfOf($varshashref)

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