ServerRequest

@Serializable
data class ServerRequest(val version: String, val token: String, val docRequests: Array<ServerItemsRequest>)(source)

Part of the ISO/IEC 18013-5:2021 standard: Data structure for Server retrieval mdoc request (8.3.2.2.2.1)

Constructors

Link copied to clipboard
constructor(version: String, token: String, docRequests: Array<ServerItemsRequest>)

Properties

Link copied to clipboard
@SerialName(value = "docRequests")
val docRequests: Array<ServerItemsRequest>
Link copied to clipboard
@SerialName(value = "token")
val token: String
Link copied to clipboard
@SerialName(value = "version")
val version: String

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int