package spotify_ml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val to_string : user:t -> (string, Serde.error) result
val of_string : user:string -> (t, Serde.error) result
val of_auth_response : access_token:string -> refresh_token:string -> expires_in:int -> scope:string -> t
val access_token : user:t -> string
val refresh_token : user:t -> string
val is_valid : user:t -> bool
OCaml

Innovation. Community. Security.