createClient

fun createClient(clientId: String, clientSecret: String, username: String, apiKey: String, apiVersion: Int = 8): Client

Creates an instance of Client.

Return

the new instance.

Parameters

clientId

the String provided by Veryfi.

clientSecret

the String provided by Veryfi.

username

the String provided by Veryfi.

apiKey

the String provided by Veryfi.

apiVersion

Int api version to use by default 8.