DocumentLocationMethod

@Serializable
@SerialName(value = "documentLocation_method")
data class DocumentLocationMethod(    val documentAccessMode: RqesDocumentDigestEntry.DocumentLocationMethod.DocumentAccessMode,     val oneTimePassword: String? = null)(source)

D3.1: UC Specification WP3: OPTIONAL. An object with information how to access documentLocationUri.

Constructors

Link copied to clipboard
constructor(documentAccessMode: RqesDocumentDigestEntry.DocumentLocationMethod.DocumentAccessMode, oneTimePassword: String? = null)

Types

Link copied to clipboard

Incompatible version of at.asitplus.rqes.Method due to presumably incomplete changes in draft

Properties

Link copied to clipboard
Link copied to clipboard
@SerialName(value = "oneTimePassword")
val oneTimePassword: String? = null