SignatureResponse

data class SignatureResponse(val image: ImageResponse, val metadata: Map<String, String>, val signatureTime: String, val userId: String)

User signature.

Constructors

Link copied to clipboard
fun SignatureResponse(image: ImageResponse, metadata: Map<String, String>, signatureTime: String, userId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Optional. An image of the user's signature.

Link copied to clipboard

Optional. Metadata associated with the user's signature. For example, the user's name or the user's title.

Link copied to clipboard

Optional. Timestamp of the signature.

Link copied to clipboard

User's UUID provided by the client.