⚠️ Oops! This page doesn't appear to define a
type
called
_
.
Show navigation
Search
Home
Page Contents
Password_promise
deriveKey
verify
token
Package modules
Password
Password_algorithm
Password_async
Password_bcrypt
Password_error
Password_future
Password_promise
Password_scrypt
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) )