DocuSign.Api.Authentication.o_auth2_post_revoke
You're seeing just the function
o_auth2_post_revoke
, go back to DocuSign.Api.Authentication module for more information.
Specs
o_auth2_post_revoke(Tesla.Env.client(), keyword()) :: {:ok, nil} | {:error, Tesla.Env.t()}
Deprecated Revokes an authorization token. Deprecated Revokes an OAuth2 authorization server token. After the revocation is complete, a caller must re-authenticate to restore access.
Parameters
- connection (DocuSign.Connection): Connection to server
- opts (KeywordList): [optional] Optional parameters
Returns
} on success {:error, info} on failure