Module Restful.Auth.Cred

module Cred: sig .. end

type result = 
| Okay of (string * string)
| Bogus of string
val basic : Restful.Auth.scheme -> string -> result
val digest : 'a -> 'b -> 'c