package FPauth-strategies

  1. Overview
  2. Docs
type t
val encrypted_password : t -> string option

encrypted_password is a string of hashed password, against which a given password will be verified. Argon2 is used for verification.