There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

Document::eSign::Docusign::revokeToken - Revokes an OAUTH2 token.

VERSION

Version 0.02

functions

revokeToken($varshashref)

my $response = $ds->revokeToken(
    {
        token => 'tokenstring'
    }
);