Get Consent Artifact Result
data class GetConsentArtifactResult(val consentContentScreenshots: List<ImageResponse>, val consentContentVersion: String, val guardianSignature: SignatureResponse, val metadata: Map<String, String>, val name: String, val userId: String, val userSignature: SignatureResponse, val witnessSignature: SignatureResponse)
Constructors
Link copied to clipboard
constructor(consentContentScreenshots: List<ImageResponse>, consentContentVersion: String, guardianSignature: SignatureResponse, metadata: Map<String, String>, name: String, userId: String, userSignature: SignatureResponse, witnessSignature: SignatureResponse)
Properties
Link copied to clipboard
Optional. Screenshots, PDFs, or other binary information documenting the user's consent.
Link copied to clipboard
Optional. An string indicating the version of the consent information shown to the user.
Link copied to clipboard
Optional. A signature from a guardian.
Link copied to clipboard
Optional. User's signature.
Link copied to clipboard
Optional. A signature from a witness.