View Source DocuSign.APIClient (DocuSign v1.3.0)
Deprecated interface to manage OAuth2 clients. DocuSign.ClientRegistry
should be used
instead.
Summary
Functions
client()
deprecated
Get Api Client
refresh_token()
deprecated
Forces an access token refresh.
Functions
This function is deprecated. Use DocuSign.ClientRegistry.client/1 instead..
@spec client() :: {:ok, OAuth2.Client.t()} | {:error, any()}
Get Api Client
This function is deprecated. Use DocuSign.ClientRegistry.refresh_token/1 instead..
@spec refresh_token() :: {:ok, OAuth2.Client.t()} | {:error, any()}
Forces an access token refresh.