NAME
Document::eSign::Docusign::getToken - Retrieves an OAUTH2 token.
VERSION
Version 0.01
functions
getToken($varshashref)
Example:
my $response = $ds->getToken(
{
grant_type => 'password', # only option
scope => 'api' # only option
}
);