你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
TokenCredentials class
使用令牌字符串和创作方案进行身份验证的凭据对象。
构造函数
Token |
创建新的 TokenCredentials 对象。 |
属性
authorization |
|
token |
方法
sign |
使用 Authentication 标头对请求进行签名。 |
构造函数详细信息
TokenCredentials(string, string)
创建新的 TokenCredentials 对象。
new TokenCredentials(token: string, authorizationScheme?: string)
参数
- token
-
string
令牌。
- authorizationScheme
-
string
授权方案。
属性详细信息
authorizationScheme
authorizationScheme: string
属性值
string
token
token: string
属性值
string
方法详细信息
signRequest(WebResourceLike)
使用 Authentication 标头对请求进行签名。
function signRequest(webResource: WebResourceLike): Promise<WebResourceLike>
参数
- webResource
- WebResourceLike
要签名的 WebResourceLike。
返回
Promise<WebResourceLike>
已签名的请求对象。