ContinueIssuanceResponse

data class ContinueIssuanceResponse(var interactionId: String, var keyStorageSecurityLevels: List<KeyStorageSecurity>?, var keyAlgorithms: List<String>?, var requiresWalletInstanceAttestation: Boolean, var protocol: String)

Constructors

Link copied to clipboard
constructor(interactionId: String, keyStorageSecurityLevels: List<KeyStorageSecurity>?, keyAlgorithms: List<String>?, requiresWalletInstanceAttestation: Boolean, protocol: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

For reference.

Link copied to clipboard

Key algorithms suitable for issuance.

Link copied to clipboard

Key storage required to complete issuance.

Link copied to clipboard

Protocol used for issuance.

Link copied to clipboard

Whether a valid WIA is required to complete issuance.