light-mode-image
Learn
Functions

getRevocationStatusListsCacheInfo

Get current revocation status lists cache information without updating the status lists.

Signature

function getRevocationStatusListsCacheInfo(): Promise<Result<GetRevocationStatusListsCacheInfo, GetRevocationStatusListsCacheInfoError>>

Returns

Promise<Result<GetRevocationStatusListsCacheInfo, GetRevocationStatusListsCacheInfoError>>

A promise that resolves to the current cache metadata, whose nextUpdate is absent when the cache is empty or every cached list has expired.

Throws

MobileCredentialVerifierErrorType.SdkNotInitialized if the SDK has not been initialized.

How would you rate this page?

On this page