# Crypto Format
use Domainrobot\Model\CryptoFormatConstants;
CryptoFormatConstants::SHA1;
CryptoFormatConstants::SHA256;
CryptoFormatConstants::SHA512;
Used in :
- OTPAuth
- JsonResponseDataOTPAuth
use Domainrobot\Model\CryptoFormatConstants;
CryptoFormatConstants::SHA1;
CryptoFormatConstants::SHA256;
CryptoFormatConstants::SHA512;
Used in :