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::getToken - Retrieves an OAUTH2 token.

VERSION

Version 0.02

functions

getToken($varshashref)

Example:

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