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.

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard