你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ApiKeyCredentials class

使用 API 密钥对服务进行身份验证。

构造函数

ApiKeyCredentials(ApiKeyCredentialOptions)

方法

signRequest(WebResourceLike)

使用 inHeader 和 inQuery 参数中提供的值对请求进行签名。

构造函数详细信息

ApiKeyCredentials(ApiKeyCredentialOptions)

new ApiKeyCredentials(options: ApiKeyCredentialOptions)

参数

options
ApiKeyCredentialOptions

指定要为身份验证提供的选项。需要提供标头或查询。

方法详细信息

signRequest(WebResourceLike)

使用 inHeader 和 inQuery 参数中提供的值对请求进行签名。

function signRequest(webResource: WebResourceLike): Promise<WebResourceLike>

参数

webResource
WebResourceLike

要签名的 WebResourceLike。

返回

Promise<WebResourceLike>

已签名的请求对象。