plugin updates
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace Leadin\auth;
|
||||
|
||||
/**
|
||||
* Error codes for OAuthCrypto
|
||||
*/
|
||||
class OAuthCryptoError {
|
||||
const DECRYPT_FAILED = 'DECRYPT_FAILED';
|
||||
}
|
||||
Reference in New Issue
Block a user