Private/Types/enums/OTPHashAlgorithm.generated.psm1

enum OTPHashAlgorithm
{
    SHA1 = 0
    SHA256 = 1
    SHA512 = 2
}