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>