setCredentialStatus

suspend fun setCredentialStatus(credentialId: CredentialId, status: CredentialState.Status, expiration: Instant)

Sets the credential status.

Initial credential status is always Status.VALID (which is coded as zero)