⚠️ Oops! This page doesn't appear to define a
type
called
_
.
Show navigation
Search
Home
Page Contents
Password
Algorithm
Promise
Future
deriveKey
verify
token
Package modules
Password
Password_algorithm
Password_async
Password_bcrypt
Password_error
Password_future
Password_promise
Password_scrypt
Password
This module does not have a toplevel documentation block.
module
Algorithm
:
Password_algorithm
module
Promise
:
Password_promise
module
Future
:
Password_future
let
deriveKey
: (
Password_algorithm
.
t
, string, Belt.Result.t((string, string), exn) => unit ) => unit
let
verify
: (
Password_algorithm
.
t
, string, string, Belt.Result.t(bool, exn) => unit ) => unit
let
token
: (
Password_algorithm
.
t
, int, Belt.Result.t(string, exn) => unit ) => unit