VerifiedIdentity

data class VerifiedIdentity(val owner: String, val verified: Boolean, val verifiedAt: Date, val verificationMethod: VerificationMethod, val canAttemptVerificationAgain: Boolean, val idScanUrl: String?, val requiredVerificationMethod: VerificationMethod?, val acceptableDocumentTypes: List<IdDocumentType>, val documentVerificationStatus: DocumentVerificationStatus, val verificationLastAttemptedAt: Date)

Represents a verified identity resulting from calling SudoIdentityVerificationClient.verifyIdentity API.

Constructors

Link copied to clipboard
constructor(owner: String, verified: Boolean, verifiedAt: Date, verificationMethod: VerificationMethod, canAttemptVerificationAgain: Boolean, idScanUrl: String?, requiredVerificationMethod: VerificationMethod?, acceptableDocumentTypes: List<IdDocumentType>, documentVerificationStatus: DocumentVerificationStatus, verificationLastAttemptedAt: Date)

Properties

Link copied to clipboard

Boolean Indicates whether or not identity verification can be attempted again for this user. Set to false in cases where the maximum number of attempts has been reached or a finding from the identity verification attempt means that it should not proceed.

Link copied to clipboard

String URL to upload the scanned documents for identity verification.

Link copied to clipboard

String User ID of the user who provided identity details for verification.

Link copied to clipboard
Link copied to clipboard

Boolean true if the identity was verified successfully.

Link copied to clipboard

Date Date and time at which the identity was verified.