DocuSign.Api.Authentication.o_auth2_post_token
You're seeing just the function
o_auth2_post_token
, go back to DocuSign.Api.Authentication module for more information.
Specs
o_auth2_post_token(Tesla.Env.client(), keyword()) :: {:ok, DocuSign.Model.OauthAccess.t()} | {:error, Tesla.Env.t()}
Deprecated Creates an authorization token. Deprecated Creates an OAuth2 authorization server token endpoint.
Parameters
- connection (DocuSign.Connection): Connection to server
- opts (KeywordList): [optional] Optional parameters
Returns
} on success {:error, info} on failure