ClientData

data class ClientData(clientId: String, clientSecret: String, username: String, apiKey: String, apiVersion: Int)

Properties

apiKey
Link copied to clipboard
val apiKey: String

apiKey the String provided by Veryfi.

apiVersion
Link copied to clipboard
val apiVersion: Int

apiVersion Int value of current api version by default 8.

clientId
Link copied to clipboard
val clientId: String

clientId the String provided by Veryfi.

clientSecret
Link copied to clipboard
val clientSecret: String

clientSecret the String provided by Veryfi.

username
Link copied to clipboard
val username: String

username the String provided by Veryfi.