Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Creating and storing named tokens used for authentication.
val default_t : t
val t_wrapper : t Ocf.Wrapper.t
val make : string -> t
val string_of_auth_token : auth_token -> string
val auth_token_of_string : string -> (auth_token, string) Stdlib.result
val token_list_wrapper : t list Ocf.Wrapper.t
val tokens_of_file : Lwt_io.file_name -> t list Lwt.t
val file_of_tokens : t list -> Lwt_io.file_name -> unit Lwt.t