| .. | |||||
| class-oauth.php | |||||
| class-oauthcrypto.php | |||||
| class-oauthcryptoerror.php |
<?php
namespace Leadin\auth;
/**
* Error codes for OAuthCrypto
*/
class OAuthCryptoError {
const DECRYPT_FAILED = 'DECRYPT_FAILED';
}
| .. | |||||
| class-oauth.php | |||||
| class-oauthcrypto.php | |||||
| class-oauthcryptoerror.php |