如何获取DocuSign承载令牌

时间:2020-01-05 09:54:36

标签: token docusignapi

我想从后端使用这些API: https://apiexplorer.docusign.com/#/esign/restapi?categories=Authentication&tags=Authentication&operations=login&mode=basic

问题出在哪里我可以在Backend中获得承载令牌?

1 个答案:

答案 0 :(得分:1)

DocuSign / RESTAPI / v {2,2.1} / login,updatePassword,revokeOAuthToken,getOAuthToken API方法已过时,不应在任何应用程序中使用。

相反,请使用DocuSign OAuth2流获取Bearer令牌:

推荐:将库用于OAuth流。有关JWT授予流程的信息,请参见eg-01-*-jwt示例存储库;有关授权代码授予的信息,请参见eg-03-*-auth-code-grant示例存储库。示例存储库位于https://github.com/docusign

有关示例,请访问developers.docusign.com