CredentialsIssued
data class CredentialsIssued(val document: Document, val isNewlyIssued: Boolean) : ProvisioningModel.State
Credentials are issued, provisioning has stopped
Parameters
document
Document to which new credentials belong
isNewlyIssued
if this is a newly issued document (as opposed to refreshed credentials)