Used for passing in the OAuth2 callback token (the auth token) in multi-user applications. In a single user application, this is superfluous.

lc = LonoClient(client_id="client id", ...) # once the OAuth2 callback is received, let Lono know about the token lc.save_token("auth token")