⚠️ Oops! This page doesn't appear to define a type called _.

Password_future

This module does not have a toplevel documentation block.

let deriveKey: (Password_algorithm.t, string) => Future.t( Belt.Result.t((string, string), exn) )

let verify: ( Password_algorithm.t, string, string ) => Future.t(Belt.Result.t(bool, exn))

let token: (Password_algorithm.t, int) => Future.t( Belt.Result.t(string, exn) )