Enumerationvapor 4.114.1Vapor
OTPDigest
Supported OTP digests.
enum OTPDigest
Supported OTP digests.
enum OTPDigest
import Vapor
Vapor is a framework for building server applications, APIs and websites in Swift. It provides a safe, performant and scalable foundation for building large complex backends.
case sha1
The SHA-1 digest.
case sha256
The SHA-256 digest.
case sha512
The SHA-512 digest.
protocol Equatable
A type that can be compared for value equality.
protocol Hashable : Equatable
A type that can be hashed into a Hasher
to produce an integer hash value.
static func != (lhs: Self, rhs: Self) -> Bool
Returns a Boolean value indicating whether two values are not equal.