gpt4 book ai didi

zend-framework2 - 使用 OAuth2 和 Postman 进行测试

转载 作者:行者123 更新时间:2023-12-04 17:18:27 25 4
gpt4 key购买 nike

我正在使用 ZF2 Apigility 并且正在为我正在编写的 API 设置 OAuth2 工作流程。

到目前为止,我可以使以下内容起作用:

  • 调用API获取token
    {

    "access_token": "62f6109dcbce42b38f9117b21529faf30fc0ee86",
    "expires_in": 3600,
    "token_type": "Bearer",
    "scope": null
    }

  • 现在我知道我需要在下一个请求的 header 中使用此 token 才能访问我的 API。

    我只是不知道如何用 PostMan 做这件事?

    最佳答案

    点击标题

    然后加

    授权

    作为标题



    承载 62f6109dcbce42b38f9117b21529faf30fc0ee86

    作为值(value)

    enter image description here

    关于zend-framework2 - 使用 OAuth2 和 Postman 进行测试,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28498064/

    25 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com