certify

open suspend fun certify(issuerProvidedAuthenticationData: ByteArray, validFrom: Instant, validUntil: Instant)

Certifies the credential.

Parameters

issuerProvidedAuthenticationData

the issuer-provided static authentication data.

validFrom

the point in time before which the data is not valid.

validUntil

the point in time after which the data is not valid.