package otoggl

  1. Overview
  2. Docs

Module Toggl.AuthSource

Sourcemodule type Client = module type of Piaf.Client
Sourcetype t =
  1. | Basic of {
    1. username : string;
    2. password : string;
    }
  2. | ApiToken of string
Sourceval create_header : t -> (string, string) result
Sourcemodule Client (Authentication : sig ... end) : Client with type t = Piaf.Client.t
OCaml

Innovation. Community. Security.