CredentialsIssued
data class CredentialsIssued(val document: Document, val isNewlyIssued: Boolean, val numCredentialsFetched: Int) : 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)
numCredentialsFetched
the number of credentials that was fetched.