Appwrite.Types.AlgoSha (appwrite v1.0.0)

View Source

Parameters for the SHA-family hashing algorithms.

SHA variants (SHA-1, SHA-256, etc.) are supported for legacy migration and carry no additional parameters beyond the type tag.

Fields

  • type (String.t()) — always "sha".

Summary

Types

t()

@type t() :: %Appwrite.Types.AlgoSha{type: String.t()}