View Source foodog_gen (foodog v0.1.1)
Summary
Functions
-spec domain(map(), binary()) -> map().
-spec exp(map(), {seconds | minutes | hours | days | weeks | months | years, integer()}) -> map().
-spec key(map(), binary()) -> map().
-spec salt(map(), integer()) -> map().
-spec token(map(), binary()) -> {ok, binary()} | {error, any()}.