light-mode-image
Learn
Functions

refreshRevocationStatusLists

Refresh revocation status lists.

It is recommended to call this function regularly before the RevocationStatusListsRefreshResult#nextUpdate date to keep the status list updated. This can reduce delays during the follow up call to sendProximityPresentationRequest. Network requests may be performed to check revocation status.

Signature

function refreshRevocationStatusLists(): Promise<Result<RevocationStatusListsRefreshResult, RefreshRevocationStatusListsError>>

Returns

Promise<Result<RevocationStatusListsRefreshResult, RefreshRevocationStatusListsError>>

A Result containing the refresh result as an instance of RevocationStatusListsRefreshResult on success, or a RefreshRevocationStatusListsError on failure.

How would you rate this page?

On this page