BasicAuthenticationCredentials class
建構函式
Basic |
建立新的 BasicAuthenticationCredentials 物件。 |
屬性
authorization |
|
password | |
user |
方法
sign |
使用驗證標頭簽署要求。 |
建構函式詳細資料
BasicAuthenticationCredentials(string, string, string)
建立新的 BasicAuthenticationCredentials 物件。
new BasicAuthenticationCredentials(userName: string, password: string, authorizationScheme?: string)
參數
- userName
-
string
使用者名稱。
- password
-
string
密碼。
- authorizationScheme
-
string
授權配置。
屬性詳細資料
authorizationScheme
authorizationScheme: string
屬性值
string
password
password: string
屬性值
string
userName
userName: string
屬性值
string
方法詳細資料
signRequest(WebResourceLike)
使用驗證標頭簽署要求。
function signRequest(webResource: WebResourceLike): Promise<WebResourceLike>
參數
- webResource
- WebResourceLike
要簽署的 WebResourceLike。
傳回
Promise<WebResourceLike>
已簽署的要求物件。