共用方式為


ChallengeCallbacks interface

覆寫 連續存取評估 挑戰處理的選項。

方法

authorizeRequest(AuthorizeRequestOptions)

允許在此原則傳送之前授權此原則的主要要求。

authorizeRequestOnChallenge(AuthorizeRequestOnChallengeOptions)

允許處理驗證挑戰,以及重新授權要求。 包含挑戰的回應為 options.response 。 如果此方法傳回 true,則會再次傳送基礎要求。 在傳送之前,可以修改要求。

方法詳細資料

authorizeRequest(AuthorizeRequestOptions)

允許在此原則傳送之前授權此原則的主要要求。

function authorizeRequest(options: AuthorizeRequestOptions): Promise<void>

參數

傳回

Promise<void>

authorizeRequestOnChallenge(AuthorizeRequestOnChallengeOptions)

允許處理驗證挑戰,以及重新授權要求。 包含挑戰的回應為 options.response 。 如果此方法傳回 true,則會再次傳送基礎要求。 在傳送之前,可以修改要求。

function authorizeRequestOnChallenge(options: AuthorizeRequestOnChallengeOptions): Promise<boolean>

參數

傳回

Promise<boolean>