AccessTokenRefresher class
警告
此 API 現已淘汰。
No longer used in the bearer authorization policy.
如果我們目前未等候新的權杖,可協助 core-HTTP 權杖驗證原則要求新的權杖。
建構函式
Access |
方法
is |
如果預設為 30000) 所需的毫秒數 (,則會傳回 true,表示我們已準備好進行新的重新整理。 |
refresh(Get |
如果我們目前未等候新的權杖,請要求新的權杖。 如果尚未達到每個呼叫之間的必要時間,則傳回 null。 |
建構函式詳細資料
AccessTokenRefresher(TokenCredential, string | string[], number)
new AccessTokenRefresher(credential: TokenCredential, scopes: string | string[], requiredMillisecondsBeforeNewRefresh?: number)
參數
- credential
- TokenCredential
- scopes
-
string | string[]
- requiredMillisecondsBeforeNewRefresh
-
number
方法詳細資料
isReady()
如果預設為 30000) 所需的毫秒數 (,則會傳回 true,表示我們已準備好進行新的重新整理。
function isReady(): boolean
傳回
boolean
refresh(GetTokenOptions)
如果我們目前未等候新的權杖,請要求新的權杖。 如果尚未達到每個呼叫之間的必要時間,則傳回 null。
function refresh(options: GetTokenOptions): Promise<undefined | AccessToken>
參數
- options
- GetTokenOptions
傳回
Promise<undefined | AccessToken>