TrustedIssuerStatusListsCacheInfo

@Serializable
data class TrustedIssuerStatusListsCacheInfo(val nextUpdate: Instant?)

The result type of MobileCredentialVerifier.getTrustedIssuerStatusListsCacheInfo(). To keep the status lists updated, it is recommend to call MobileCredentialVerifier.updateTrustedIssuerStatusLists() before nextUpdate is reached.

Constructors

Link copied to clipboard
constructor(nextUpdate: Instant?)

Properties

Link copied to clipboard
val nextUpdate: Instant?

reflect the min(min TTL of the status lists in date format, exp) Next update date, recommended date before which to update status lists with MobileCredentialVerifier.updateTrustedIssuerStatusLists().