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

Password_promise

This module does not have a toplevel documentation block.

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

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

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