savvy.oauth2_client
Oauth2_client.OAuth2Client
savvy
savvy.github
savvy.json_uri
savvy.storage
savvy.utils
module _ : Storage.STORAGE_UNIT with type value = string * config
val get_authorization_url : config:config -> (Uri.t * string * string, string) result
val exchange_code_for_token : string -> string -> (token_response, string) result Lwt.t
val get_client_credentials_token : config:config -> (token_response, string) result Lwt.t
val refresh_token : config:config -> (token_response, string) result Lwt.t