This call returns the authorization url needed for the user to give your app rights to access their Lono. In a single user application, this is superfluous.

lc = LonoClient(client_id="client id", ...)

# redirect users here to sign in and give your app permission
auth_url = lc.authorize_url("http://on_success_redirect_here.com")