Handkit.create_connect_client

You're seeing just the function create_connect_client, go back to Handkit module for more information.
Link to this function

create_connect_client(auth_token, env \\ :prod)

View Source

Specs

create_connect_client(String.t(), Handkit.Connect.env()) :: Handkit.Connect.t()

Creates a Handcash Connect Client from the given auth token.

The client can then passed to all subsequent API functions.

Example

iex> client = Handkit.create_connect_client(auth_token)
%Connect{}