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)

Constructors

Link copied to clipboard
constructor(document: Document, isNewlyIssued: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard