<?php

namespace Leadin\auth;

/**
 * Error codes for OAuthCrypto
 */
class OAuthCryptoError {
	const DECRYPT_FAILED = 'DECRYPT_FAILED';
}
