Openid4VciIssuerDocument
data class Openid4VciIssuerDocument(val registrationResponse: RegistrationResponse, var state: DocumentCondition = DocumentCondition.PROOFING_REQUIRED, var access: OpenidAccess? = null, var documentConfiguration: DocumentConfiguration? = null, var secureAreaIdentifier: String? = null, val credentials: MutableList<CredentialData> = mutableListOf())
Constructors
Link copied to clipboard
constructor(registrationResponse: RegistrationResponse, state: DocumentCondition = DocumentCondition.PROOFING_REQUIRED, access: OpenidAccess? = null, documentConfiguration: DocumentConfiguration? = null, secureAreaIdentifier: String? = null, credentials: MutableList<CredentialData> = mutableListOf())