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