These are the routes for authing the API and going through the OAuth flow. Applications utilizing the personal API token do not need these functions.
Usage
cu_get_access_token(client_id, client_secret, code, cu_token = NULL)
cu_get_authorized_user(cu_token = NULL)
cu_get_authorized_teams(cu_token = NULL)See also
cu for the cu object class.