How to get Amazon Cognito token with pre-request script in Postman?

前端 未结 0 1609
小鲜肉
小鲜肉 2021-01-26 02:51
let tokenUrl = \'https://my.url/oauth2/token\';
let scope = \'pets/read pets/updage petId/read\'

let getTokenRequest = {
    method: \'POST\',
    url: tokenUrl,
     h         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题