我想从后端使用这些API: https://apiexplorer.docusign.com/#/esign/restapi?categories=Authentication&tags=Authentication&operations=login&mode=basic
问题出在哪里我可以在Backend中获得承载令牌?
答案 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