package ez_api

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module EzSession.MakeSource

Main functor that produces definition for authentication services and encodings for types used by service's input, output and errors.

Parameters

Signature

Sourcetype nonrec auth = (S.user_id, S.user_info) TYPES.auth
Sourcemodule Encoding : sig ... end

Encodings for data types used in server's requests/responses and for error cases that could be raised by one of them.

Sourcemodule Service : sig ... end

Definition for services and their security's configuration.

OCaml

Innovation. Community. Security.