Azure API 使用

杂七杂八 · 2023-12-18 · 225 人浏览

Authorize 认证 OAuth 2.0

grant_type (一般人家会给示例)
client_id (应用程序id 一般人家给)
client_secret (应用程序密匙 一般人家给)
scope (作用域划分,一般人家会给示例)

获得数据 生成 Authorization

Bearer <TOKEN>

请求接口

Ocp-Apim-Subscription-Key 使用此标头通过特定服务资源密钥或多服务资源密钥进行身份验证。
Authorization Bearer <TOKEN>

参考学习:https://blog.csdn.net/qq_43478725/article/details/128767463

Theme Jasmine by Kent Liao