package savvy

  1. Overview
  2. Docs

Module Oauth2_client.OAuth2ClientSource

Parameters

module _ : Storage.STORAGE_UNIT with type value = string * config

Signature

Sourceval get_authorization_url : config:config -> (Uri.t * string * string, string) result
Sourceval exchange_code_for_token : string -> string -> (token_response, string) result Lwt.t
Sourceval get_client_credentials_token : config:config -> (token_response, string) result Lwt.t
Sourceval refresh_token : config:config -> (token_response, string) result Lwt.t
OCaml

Innovation. Community. Security.