Success

data class Success(val nextUpdate: Instant?) : RevocationStatusListsRefreshResult

All status lists were updated successfully.

Constructors

Link copied to clipboard
constructor(nextUpdate: Instant?)

Properties

Link copied to clipboard
open override val nextUpdate: Instant?

Next update date, recommended date before which to update status lists by calling MobileCredentialVerifier.updateTrustedIssuerStatusLists.