Postman如何生成oAuth 1.0a签名?

I E*_*dmo 10 oauth postman oauth-1.0a

我正在尝试连接到oAuth 1.0身份验证的端点,但Postman创建的签名与我们在代码中期望的签名不匹配.据我所知,我添加的所有参数都是正确的(Url,consumer_key,consumer_secret,nonce,timestamp,HMAC-SHA1),但Postman似乎只是生成了这些细节的不同签名.有谁知道Postman如何创建签名?