package ocamlnet

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type cb = [
  1. | `GSSAPI of string
  2. | `None
  3. | `SASL_none_but_advertise
  4. | `SASL_require of string * string
]
type server_state = [
  1. | `Auth_error of string
  2. | `Emit
  3. | `OK
  4. | `Restart of string
  5. | `Wait
]
type client_state = [
  1. | `Auth_error of string
  2. | `Emit
  3. | `OK
  4. | `Stale
  5. | `Wait
]
module type SASL_MECHANISM = sig ... end
OCaml

Innovation. Community. Security.