Package com.kycdao.android.sdk.verificationSession

Types

Link copied to clipboard
enum KycDaoEnvironment : Enum<KycDaoEnvironment>
Link copied to clipboard
data class User(    val id: Long? = null,     val extId: String? = null,     var email: String? = null,     var residency: String? = null,     var isLegalEntity: Boolean? = null,     var emailConfirmed: String? = null,     val disclaimerAccepted: String? = null,     val verificationRequests: List<VerificationRequest> = emptyList(),     val availableImages: List<TokenImage> = emptyList(),     val blockchainAccounts: List<BlockchainAccount> = emptyList(),     val subscriptionExpiryDate: Date? = null) : Serializable
Link copied to clipboard
object VerificationManager

A class used for verification related tasks, like querying verification status for different wallets or creating verification sessions.

Link copied to clipboard
data class VerificationSession : CustomKoinComponent

A verification session object which contains session related data and session related operations