Appwrite. Types. AlgoPhpass
(appwrite v1.0.0)
View Source
Parameters for the PHPass (Portable PHP password hashing) algorithm.
PHPass is supported for legacy password migration and carries no additional parameters beyond the type tag.
Fields
type(String.t()) — always"phpass".
Summary
Types
@type t() :: %Appwrite.Types.AlgoPhpass{type: String.t()}