Function veryfi::client::create_client_with_custom_api_version[][src]

pub fn create_client_with_custom_api_version(
    client_id: String,
    client_secret: String,
    username: String,
    api_key: String,
    api_version: String
) -> Client
Expand description

Create a client with custom api key.

Arguments

  • client_id - Client id provided by Veryfi.

  • client_secret - Client secret provided by Veryfi.

  • username - Username provided by Veryfi.

  • api_key - Api key provided by Veryfi.

  • api_version - Api version to use Veryfi.

  • return - A veryfi::client::Client object to call Veryfi API.