package spotify_ml
-
spotify_ml
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
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