Revocation Status Lists Refresh Result
@Serializable(with = RevocationStatusListsRefreshResultSerializer::class )
The result type of MobileCredentialVerifier.refreshRevocationStatusLists.
To keep the status lists updated, it is recommended to call MobileCredentialVerifier.refreshRevocationStatusLists before nextUpdate is reached.
Inheritors
Types
Link copied to clipboard
data class Failure(val nextUpdate: Instant?, val failedLists: Map<String, Set<String>>) : RevocationStatusListsRefreshResult
One or more status lists failed to update.
Link copied to clipboard
All status lists were updated successfully.