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