Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<?php namespace MiniOrange\OAuth\Helper; class OAuthConstants { const MODULE..

Decoded Output download

<?php 
 
 
namespace MiniOrange\OAuth\Helper; 
 
class OAuthConstants 
{ 
    const MODULE_DIR = "MiniOrange_OAuth"; 
    const MODULE_TITLE = "OAuth Client"; 
    const MODULE_MULTISITE = "::multisite_settings"; 
    const MODULE_BASE = "::OAuth"; 
    const MODULE_OAUTHSETTINGS = "::oauth_settings"; 
    const MODULE_SIGNIN = "::signin_settings"; 
    const MODULE_ATTR = "::attr_settings"; 
    const MODULE_FAQ = "::faq_settings"; 
    const MODULE_ACCOUNT = "::account_settings"; 
    const MODULE_SUPPORT = "::support"; 
    const MODULE_UPGRADE = "::upgrade"; 
    const MODULE_IMAGES = "::images/"; 
    const MODULE_CERTS = "::certs/"; 
    const MODULE_CSS = "::css/"; 
    const MODULE_JS = "::js/"; 
    const LOGIN_ADMIN_OPT = "oauthLoginAdminUser"; 
    const TEST_CONFIG_OPT = "testConfig"; 
    const SELECTED_PROVIDER = "selected_provider"; 
    const APP_NAME = "appName"; 
    const CLIENT_ID = "clientID"; 
    const CLIENT_SECRET = "clientSecret"; 
    const SCOPE = "scope"; 
    const AUTHORIZE_URL = "authorizeURL"; 
    const ACCESSTOKEN_URL = "accessTokenURL"; 
    const GETUSERINFO_URL = "getUserInfoURL"; 
    const ENDSESSION_URL = "endSessionURL"; 
    const DEFAULT_POST_LOGOUT = "default_post_logout"; 
    const OAUTH_LOGOUT_URL = "oauthLogoutURL"; 
    const ID_TOKEN = "id_token"; 
    const STATE = "state"; 
    const TEST_RELAYSTATE = "testvalidate"; 
    const MAP_MAP_BY = "amAccountMatcher"; 
    const DEFAULT_MAP_BY = "email"; 
    const DEFAULT_GROUP = "General"; 
    const SEND_HEADER = "header"; 
    const SEND_BODY = "body"; 
    const NAME_ID = "nameId"; 
    const IDP_NAME = "identityProviderName"; 
    const X509CERT = "certificate"; 
    const JWKS_URL = "jwks_url"; 
    const RESPONSE_SIGNED = "responseSigned"; 
    const ASSERTION_SIGNED = "assertionSigned"; 
    const ISSUER = "oauthIssuer"; 
    const DB_FIRSTNAME = "firstname"; 
    const USER_NAME = "username"; 
    const DB_LASTNAME = "lastname"; 
    const CUSTOMER_KEY = "customerKey"; 
    const CUSTOMER_EMAIL = "email"; 
    const CUSTOMER_PHONE = "phone"; 
    const CUSTOMER_NAME = "cname"; 
    const CUSTOMER_FNAME = "customerFirstName"; 
    const CUSTOMER_LNAME = "customerLastName"; 
    const OAUTH_CKL = "ckl"; 
    const OAUTH_LK = "lk"; 
    const SHOW_ADMIN_LINK = "showadminlink"; 
    const SHOW_CUSTOMER_LINK = "showcustomerlink"; 
    const REG_STATUS = "registrationStatus"; 
    const API_KEY = "apiKey"; 
    const TOKEN = "token"; 
    const DEFAULT_TOKEN = "default_token"; 
    const MAGENTO_COUNTER = "magento_counter"; 
    const BUTTON_TEXT = "buttonText"; 
    const OTP_TYPE = "otpType"; 
    const IS_TEST = "isTest"; 
    const ENDPOINT_URL = "endpoint_url"; 
    const AUTO_CREATE_ADMIN = "mo_oauth_auto_create_admin"; 
    const AUTO_CREATE_CUSTOMER = "mo_oauth_auto_create_customer"; 
    const MAP_EMAIL = "amEmail"; 
    const DEFAULT_MAP_EMAIL = "email"; 
    const MAP_USERNAME = "amUsername"; 
    const DEFAULT_MAP_USERN = "username"; 
    const MAP_FIRSTNAME = "amFirstName"; 
    const DEFAULT_MAP_FN = "firstName"; 
    const MAP_LASTNAME = "amLastName"; 
    const DEFAULT_MAP_LN = "lastName"; 
    const MAP_DEFAULT_ROLE = "defaultRole"; 
    const DEFAULT_ROLE = "Administrators"; 
    const MAP_GROUP = "group"; 
    const UNLISTED_ROLE = "unlistedRole"; 
    const CREATEIFNOTMAP = "createUserIfRoleNotMapped"; 
    const AUTO_REDIRECT = "autoRedirect"; 
    const B2B_AUTO_REDIRECT = "b2bautoRedirect"; 
    const AUTO_REDIRECT_APP = "autoRedirect_App"; 
    const DEFAULT_PROVIDER_ROLE = "defaultProviderRole"; 
    const DEFAULT_MAP_CN = "country"; 
    const DEFAULT_MAP_CITY = "city"; 
    const DEFAULT_MAP_PHONE = "phone2"; 
    const DEFAULT_MAP_ADD = "streetaddress"; 
    const DEFAULT_MAP_STATE = "state2"; 
    const DEFAULT_MAP_ZIP = "zipcode"; 
    const CUSTOM_MAPPED = "customAttributeMapping"; 
    const MAP_COUNTRY_BILLING = "ambillingCountry"; 
    const MAP_CITY_BILLING = "ambillingCity"; 
    const MAP_ADDRESS_BILLING = "ambillingAddress"; 
    const MAP_PHONE_BILLING = "ambillingPhone"; 
    const MAP_COMPANY_BILLING = "ambillingCompany"; 
    const MAP_STATE_BILLING = "ambillingState"; 
    const MAP_ZIPCODE_BILLING = "ambillingZipcode"; 
    const MAP_COUNTRY_SHIPPING = "amshippingCountry"; 
    const MAP_CITY_SHIPPING = "amshippingCity"; 
    const MAP_ADDRESS_SHIPPING = "amshippingAddress"; 
    const MAP_PHONE_SHIPPING = "amshippingPhone"; 
    const MAP_COMPANY_SHIPPING = "amshippingCompany"; 
    const MAP_STATE_SHIPPING = "amshippingState"; 
    const MAP_ZIPCODE_SHIPPING = "amshippingZipcode"; 
    const ALL_PAGE_AUTO_REDIRECT = "allPageAutoRedirect"; 
    const LOGOUT_AUTO_REDIRECT = "logoutAutoRedirect"; 
    const LOGOUT_AUTO_REDIRECT_URL = "logoutAutoRedirectUrl"; 
    const BACKDOOR = "backdoor"; 
    const OAuth_SSO_FALSE = "oauth_sso"; 
    const MAP_DEFAULT_GROUP = "defaultGroup"; 
    const GROUPS_MAPPED = "oauthCustomerRoleMapping"; 
    const ROLES_MAPPED = "oauthAdminRoleMapping"; 
    const COLUMN_ENTITY = "entity_id"; 
    const HEADLESS_SSO = "headless_sso"; 
    const OAUTH_LOGIN_URL = "mooauth/actions/sendAuthorizationRequest"; 
    const IMAGE_RIGHT = "right.png"; 
    const IMAGE_WRONG = "wrong.png"; 
    const TXT_ID = "miniorange/oauth/transactionID"; 
    const CALLBACK_URL = "mooauth/actions/ReadAuthorizationResponse"; 
    const CODE = "code"; 
    const GRANT_TYPE = "authorization_code"; 
    const OAUTH = "OAUTH"; 
    const HTTP_REDIRECT = "HttpRedirect"; 
    const OTP_TYPE_EMAIL = "email"; 
    const OTP_TYPE_PHONE = "sms"; 
    const STATUS_VERIFY_LOGIN = "MO_VERIFY_CUSTOMER"; 
    const STATUS_COMPLETE_LOGIN = "MO_VERIFIED"; 
    const STATUS_VERIFY_EMAIL = "MO_OTP_EMAIL_VALIDATE"; 
    const DEFAULT_CUSTOMER_KEY = "16555"; 
    const DEFAULT_API_KEY = "fFd2XcvTGDemZvbw1bcUesNJWEqKbbUq"; 
    const HOSTNAME = "https://login.xecurify.com"; 
    const AREA_OF_INTEREST = "Magento 2.0 OAuth Client Plugin"; 
    const VERSION = "v7.0.10"; 
    const WEBSITE_COUNT = "website count"; 
    const WEBSITE_IDS = "website ids"; 
    const WEBSITES_LIMIT = "websites limit"; 
    const NO_OF_SP = "no_of_sp"; 
    const IDP_COUNT = "idp_count"; 
    const OAUTH_CONFIG_STATUS = "oauth_config_status"; 
    const ENABLE_DEBUG_LOG = "debug_log_oauth_allInclusive"; 
    const LOG_FILE_TIME = "log_file_time"; 
    const SEND_EMAIL = "send_email"; 
    const ADMINEMAIL = "admin_email"; 
    const LICENSE_PLAN = "magento_oauth_enterprise_plan"; 
    const PLAN_VERIFIED = "plan_verified"; 
    const USERNAME = "username"; 
    const PASSWORD = "password"; 
    const NORMAL_CUSTOMER = "disablenormalcustomer"; 
    const EXECUTION_DATE = "execution_date"; 
    const IsTrialExtended = "is_trial_extended"; 
    const SEND_EXPIRED_EMAIL = "send_expired_email"; 
} 
 ?>

Did this file decode correctly?

Original Code

<?php


namespace MiniOrange\OAuth\Helper;

class OAuthConstants
{
    const MODULE_DIR = "\115\151\x6e\x69\117\162\141\156\x67\145\x5f\117\x41\x75\x74\150";
    const MODULE_TITLE = "\x4f\101\x75\164\x68\x20\x43\154\151\145\x6e\164";
    const MODULE_MULTISITE = "\72\72\x6d\x75\154\164\x69\163\x69\164\145\137\x73\x65\x74\164\151\x6e\x67\163";
    const MODULE_BASE = "\x3a\x3a\x4f\x41\165\164\x68";
    const MODULE_OAUTHSETTINGS = "\x3a\72\157\x61\165\164\x68\137\x73\x65\164\x74\151\156\x67\163";
    const MODULE_SIGNIN = "\72\x3a\x73\151\147\156\151\156\x5f\x73\x65\164\164\x69\x6e\x67\x73";
    const MODULE_ATTR = "\x3a\72\141\x74\164\162\x5f\163\145\164\164\x69\156\x67\163";
    const MODULE_FAQ = "\72\x3a\146\141\x71\137\163\145\x74\164\x69\156\x67\x73";
    const MODULE_ACCOUNT = "\72\72\x61\x63\143\157\x75\156\x74\x5f\163\145\164\164\x69\156\x67\x73";
    const MODULE_SUPPORT = "\x3a\72\163\165\160\160\x6f\162\x74";
    const MODULE_UPGRADE = "\x3a\x3a\x75\160\x67\162\141\144\145";
    const MODULE_IMAGES = "\x3a\x3a\x69\155\141\x67\145\163\57";
    const MODULE_CERTS = "\x3a\72\143\145\x72\164\163\57";
    const MODULE_CSS = "\72\72\x63\163\163\x2f";
    const MODULE_JS = "\x3a\72\152\x73\x2f";
    const LOGIN_ADMIN_OPT = "\157\141\165\x74\x68\x4c\x6f\147\151\156\x41\144\155\151\x6e\x55\x73\145\x72";
    const TEST_CONFIG_OPT = "\164\x65\163\164\103\157\156\146\151\147";
    const SELECTED_PROVIDER = "\x73\145\154\x65\143\164\x65\x64\x5f\160\x72\x6f\x76\x69\144\x65\x72";
    const APP_NAME = "\141\160\160\x4e\x61\155\x65";
    const CLIENT_ID = "\143\154\x69\x65\156\164\111\x44";
    const CLIENT_SECRET = "\x63\x6c\x69\145\156\164\123\145\x63\162\x65\164";
    const SCOPE = "\x73\143\x6f\160\145";
    const AUTHORIZE_URL = "\x61\x75\164\x68\x6f\x72\151\172\x65\x55\122\114";
    const ACCESSTOKEN_URL = "\141\x63\x63\145\x73\163\x54\157\x6b\145\x6e\125\x52\114";
    const GETUSERINFO_URL = "\x67\x65\164\125\x73\145\x72\111\156\x66\157\125\122\x4c";
    const ENDSESSION_URL = "\145\x6e\144\123\x65\x73\x73\x69\157\x6e\125\122\114";
    const DEFAULT_POST_LOGOUT = "\x64\x65\146\141\165\154\164\137\160\x6f\x73\164\137\x6c\x6f\x67\x6f\x75\164";
    const OAUTH_LOGOUT_URL = "\x6f\141\165\x74\x68\114\x6f\147\x6f\x75\164\125\x52\114";
    const ID_TOKEN = "\151\x64\137\164\x6f\153\145\x6e";
    const STATE = "\x73\164\x61\x74\145";
    const TEST_RELAYSTATE = "\x74\x65\163\x74\166\141\154\x69\x64\141\164\x65";
    const MAP_MAP_BY = "\x61\155\101\x63\x63\157\165\156\164\x4d\141\164\143\x68\x65\162";
    const DEFAULT_MAP_BY = "\145\155\x61\x69\x6c";
    const DEFAULT_GROUP = "\107\x65\156\x65\162\141\x6c";
    const SEND_HEADER = "\x68\x65\x61\x64\x65\x72";
    const SEND_BODY = "\142\x6f\144\171";
    const NAME_ID = "\x6e\141\155\145\x49\x64";
    const IDP_NAME = "\151\144\145\156\164\x69\164\171\x50\x72\x6f\x76\x69\144\x65\162\x4e\141\x6d\145";
    const X509CERT = "\143\145\162\164\151\x66\151\143\x61\164\x65";
    const JWKS_URL = "\x6a\x77\x6b\163\x5f\x75\x72\154";
    const RESPONSE_SIGNED = "\162\145\x73\x70\157\x6e\163\x65\123\x69\x67\156\145\x64";
    const ASSERTION_SIGNED = "\x61\163\x73\145\x72\x74\x69\157\x6e\123\x69\147\x6e\145\144";
    const ISSUER = "\157\141\x75\x74\x68\x49\163\x73\165\145\162";
    const DB_FIRSTNAME = "\146\x69\x72\x73\164\x6e\141\x6d\x65";
    const USER_NAME = "\165\x73\x65\162\156\141\155\x65";
    const DB_LASTNAME = "\154\141\x73\164\156\x61\155\145";
    const CUSTOMER_KEY = "\143\x75\x73\164\157\x6d\x65\x72\113\145\171";
    const CUSTOMER_EMAIL = "\145\155\x61\x69\154";
    const CUSTOMER_PHONE = "\160\x68\157\156\145";
    const CUSTOMER_NAME = "\x63\x6e\x61\x6d\x65";
    const CUSTOMER_FNAME = "\x63\165\x73\164\157\155\x65\162\x46\151\162\x73\164\x4e\x61\155\x65";
    const CUSTOMER_LNAME = "\x63\x75\x73\x74\157\155\x65\x72\x4c\x61\x73\164\x4e\141\155\145";
    const OAUTH_CKL = "\143\153\154";
    const OAUTH_LK = "\154\x6b";
    const SHOW_ADMIN_LINK = "\163\150\x6f\x77\x61\x64\155\151\x6e\154\151\156\153";
    const SHOW_CUSTOMER_LINK = "\163\x68\x6f\167\143\165\x73\164\157\x6d\145\162\154\x69\x6e\x6b";
    const REG_STATUS = "\162\145\x67\151\x73\x74\162\x61\x74\151\x6f\156\x53\164\141\164\x75\x73";
    const API_KEY = "\x61\x70\151\x4b\145\x79";
    const TOKEN = "\x74\157\x6b\145\156";
    const DEFAULT_TOKEN = "\x64\145\146\x61\x75\x6c\164\137\x74\157\153\145\156";
    const MAGENTO_COUNTER = "\155\x61\147\145\156\x74\x6f\x5f\143\157\x75\x6e\x74\x65\x72";
    const BUTTON_TEXT = "\142\x75\164\164\157\156\x54\145\x78\x74";
    const OTP_TYPE = "\157\164\x70\x54\171\160\x65";
    const IS_TEST = "\151\163\x54\145\163\164";
    const ENDPOINT_URL = "\x65\156\144\160\157\x69\156\164\x5f\x75\162\x6c";
    const AUTO_CREATE_ADMIN = "\x6d\x6f\137\157\141\x75\x74\x68\137\141\165\x74\x6f\137\143\162\x65\141\164\x65\137\x61\144\x6d\x69\156";
    const AUTO_CREATE_CUSTOMER = "\155\157\x5f\x6f\141\165\x74\150\137\x61\x75\x74\x6f\137\x63\162\x65\x61\164\145\137\x63\165\x73\x74\x6f\155\x65\x72";
    const MAP_EMAIL = "\x61\155\105\x6d\141\x69\154";
    const DEFAULT_MAP_EMAIL = "\x65\x6d\x61\x69\x6c";
    const MAP_USERNAME = "\141\155\x55\x73\145\x72\x6e\x61\155\x65";
    const DEFAULT_MAP_USERN = "\x75\x73\x65\x72\x6e\x61\155\x65";
    const MAP_FIRSTNAME = "\x61\155\x46\x69\x72\x73\x74\x4e\141\x6d\145";
    const DEFAULT_MAP_FN = "\146\151\x72\163\x74\116\141\x6d\145";
    const MAP_LASTNAME = "\141\x6d\114\x61\163\164\x4e\x61\x6d\x65";
    const DEFAULT_MAP_LN = "\154\141\x73\x74\116\x61\155\145";
    const MAP_DEFAULT_ROLE = "\144\x65\x66\141\x75\x6c\x74\122\x6f\154\145";
    const DEFAULT_ROLE = "\101\x64\x6d\151\x6e\151\x73\164\x72\141\x74\157\x72\163";
    const MAP_GROUP = "\147\x72\157\165\x70";
    const UNLISTED_ROLE = "\x75\x6e\154\x69\x73\164\x65\x64\x52\x6f\154\145";
    const CREATEIFNOTMAP = "\143\x72\145\x61\164\x65\125\163\145\x72\111\146\x52\157\x6c\x65\x4e\x6f\x74\115\x61\x70\160\x65\x64";
    const AUTO_REDIRECT = "\x61\x75\164\x6f\x52\x65\144\151\x72\145\x63\x74";
    const B2B_AUTO_REDIRECT = "\x62\x32\142\x61\x75\164\157\122\x65\144\151\x72\x65\143\164";
    const AUTO_REDIRECT_APP = "\141\x75\x74\157\122\x65\144\151\x72\145\x63\x74\x5f\101\160\x70";
    const DEFAULT_PROVIDER_ROLE = "\144\x65\x66\x61\165\x6c\x74\120\162\x6f\166\151\144\x65\x72\122\x6f\154\145";
    const DEFAULT_MAP_CN = "\x63\157\165\156\164\x72\171";
    const DEFAULT_MAP_CITY = "\x63\x69\x74\171";
    const DEFAULT_MAP_PHONE = "\x70\150\157\156\x65\x32";
    const DEFAULT_MAP_ADD = "\163\x74\x72\145\x65\164\x61\x64\144\162\145\163\163";
    const DEFAULT_MAP_STATE = "\x73\x74\x61\164\145\x32";
    const DEFAULT_MAP_ZIP = "\x7a\151\x70\x63\x6f\144\x65";
    const CUSTOM_MAPPED = "\143\165\163\164\157\x6d\101\x74\x74\x72\x69\142\165\x74\x65\115\141\160\160\x69\156\147";
    const MAP_COUNTRY_BILLING = "\141\155\x62\x69\154\154\x69\156\x67\x43\x6f\165\x6e\164\162\x79";
    const MAP_CITY_BILLING = "\141\x6d\x62\x69\x6c\x6c\x69\x6e\x67\x43\x69\x74\171";
    const MAP_ADDRESS_BILLING = "\x61\155\142\151\154\154\151\156\x67\101\x64\x64\162\145\163\163";
    const MAP_PHONE_BILLING = "\x61\x6d\x62\151\154\x6c\x69\156\x67\120\150\157\156\x65";
    const MAP_COMPANY_BILLING = "\x61\155\x62\x69\x6c\154\151\156\147\x43\157\155\160\x61\156\171";
    const MAP_STATE_BILLING = "\141\155\142\x69\x6c\x6c\x69\x6e\x67\x53\x74\141\x74\145";
    const MAP_ZIPCODE_BILLING = "\141\155\142\151\154\154\151\156\147\x5a\x69\160\143\x6f\144\x65";
    const MAP_COUNTRY_SHIPPING = "\x61\x6d\x73\150\151\x70\x70\151\x6e\147\x43\x6f\x75\x6e\164\x72\171";
    const MAP_CITY_SHIPPING = "\x61\155\x73\150\151\x70\160\x69\x6e\x67\103\151\164\x79";
    const MAP_ADDRESS_SHIPPING = "\x61\155\163\x68\x69\x70\160\x69\x6e\x67\101\144\144\x72\x65\163\163";
    const MAP_PHONE_SHIPPING = "\141\155\x73\x68\x69\160\160\151\156\147\120\x68\157\156\x65";
    const MAP_COMPANY_SHIPPING = "\x61\x6d\x73\x68\151\160\x70\x69\x6e\147\x43\157\x6d\160\x61\156\x79";
    const MAP_STATE_SHIPPING = "\141\x6d\x73\x68\151\160\160\x69\x6e\x67\123\x74\141\164\145";
    const MAP_ZIPCODE_SHIPPING = "\141\155\x73\150\x69\160\x70\151\156\x67\x5a\x69\160\143\157\144\x65";
    const ALL_PAGE_AUTO_REDIRECT = "\x61\x6c\154\120\x61\x67\x65\x41\165\x74\x6f\122\x65\144\151\162\x65\x63\164";
    const LOGOUT_AUTO_REDIRECT = "\x6c\157\147\x6f\x75\164\x41\x75\164\x6f\x52\x65\144\151\x72\x65\x63\x74";
    const LOGOUT_AUTO_REDIRECT_URL = "\154\x6f\147\x6f\x75\164\x41\x75\x74\x6f\x52\145\x64\151\x72\x65\x63\x74\125\162\154";
    const BACKDOOR = "\142\x61\143\x6b\144\157\157\162";
    const OAuth_SSO_FALSE = "\x6f\141\x75\164\x68\x5f\x73\163\x6f";
    const MAP_DEFAULT_GROUP = "\144\145\x66\141\x75\154\164\107\x72\157\165\160";
    const GROUPS_MAPPED = "\x6f\141\x75\164\150\x43\x75\x73\x74\x6f\155\x65\162\x52\157\x6c\x65\115\141\160\160\x69\x6e\x67";
    const ROLES_MAPPED = "\157\x61\x75\x74\150\101\144\155\151\x6e\122\x6f\154\145\115\x61\x70\160\x69\156\x67";
    const COLUMN_ENTITY = "\145\x6e\164\151\164\x79\x5f\x69\x64";
    const HEADLESS_SSO = "\150\x65\x61\144\x6c\145\163\163\x5f\163\x73\x6f";
    const OAUTH_LOGIN_URL = "\x6d\x6f\x6f\x61\165\164\150\x2f\x61\x63\164\151\x6f\156\x73\x2f\163\145\156\144\x41\x75\164\x68\x6f\162\151\172\141\x74\x69\157\x6e\122\x65\161\165\145\x73\164";
    const IMAGE_RIGHT = "\162\151\147\150\x74\56\x70\156\x67";
    const IMAGE_WRONG = "\x77\x72\x6f\x6e\x67\56\160\156\x67";
    const TXT_ID = "\155\x69\x6e\151\x6f\162\141\156\147\145\x2f\x6f\x61\x75\x74\x68\57\x74\x72\x61\156\x73\x61\143\x74\151\157\156\x49\x44";
    const CALLBACK_URL = "\155\157\x6f\x61\165\x74\150\57\x61\x63\164\x69\157\156\163\x2f\x52\x65\x61\144\101\x75\164\150\x6f\x72\x69\172\x61\164\151\157\x6e\x52\x65\163\x70\x6f\156\x73\145";
    const CODE = "\x63\157\144\x65";
    const GRANT_TYPE = "\x61\165\x74\x68\x6f\162\x69\172\x61\164\151\x6f\x6e\137\143\157\144\145";
    const OAUTH = "\x4f\101\125\x54\110";
    const HTTP_REDIRECT = "\x48\x74\164\160\x52\145\144\x69\x72\145\x63\164";
    const OTP_TYPE_EMAIL = "\x65\x6d\x61\151\x6c";
    const OTP_TYPE_PHONE = "\163\x6d\x73";
    const STATUS_VERIFY_LOGIN = "\x4d\117\137\x56\x45\x52\x49\106\x59\x5f\103\125\x53\x54\x4f\x4d\105\122";
    const STATUS_COMPLETE_LOGIN = "\x4d\x4f\x5f\x56\105\122\111\106\x49\x45\x44";
    const STATUS_VERIFY_EMAIL = "\115\117\137\x4f\x54\120\x5f\105\x4d\x41\111\x4c\137\x56\101\x4c\x49\104\x41\x54\105";
    const DEFAULT_CUSTOMER_KEY = "\x31\x36\x35\65\65";
    const DEFAULT_API_KEY = "\x66\x46\144\x32\x58\143\166\124\107\104\145\155\132\x76\x62\167\x31\x62\143\x55\x65\x73\116\112\x57\105\161\113\x62\142\125\161";
    const HOSTNAME = "\x68\164\164\x70\163\x3a\57\57\x6c\x6f\x67\151\x6e\x2e\x78\145\143\x75\x72\x69\x66\x79\56\x63\157\x6d";
    const AREA_OF_INTEREST = "\x4d\141\x67\145\156\x74\x6f\40\x32\56\x30\40\117\x41\x75\x74\x68\x20\103\154\151\x65\x6e\x74\x20\x50\154\x75\x67\x69\156";
    const VERSION = "\166\67\x2e\x30\56\61\x30";
    const WEBSITE_COUNT = "\167\145\142\x73\x69\x74\x65\x20\x63\157\165\x6e\164";
    const WEBSITE_IDS = "\167\145\x62\x73\151\x74\145\x20\151\144\163";
    const WEBSITES_LIMIT = "\167\x65\142\x73\151\164\x65\163\x20\154\x69\155\151\164";
    const NO_OF_SP = "\x6e\157\x5f\x6f\x66\x5f\x73\x70";
    const IDP_COUNT = "\151\x64\160\x5f\x63\x6f\165\156\164";
    const OAUTH_CONFIG_STATUS = "\x6f\x61\165\x74\x68\137\143\x6f\x6e\146\x69\x67\x5f\x73\164\141\x74\165\x73";
    const ENABLE_DEBUG_LOG = "\144\145\142\x75\x67\137\154\x6f\x67\137\157\x61\165\164\x68\x5f\x61\x6c\x6c\x49\156\143\x6c\x75\163\151\166\x65";
    const LOG_FILE_TIME = "\154\157\x67\x5f\x66\x69\154\145\137\164\151\155\145";
    const SEND_EMAIL = "\163\x65\156\x64\137\145\155\141\151\x6c";
    const ADMINEMAIL = "\141\x64\155\x69\156\137\x65\155\x61\x69\x6c";
    const LICENSE_PLAN = "\155\141\147\x65\x6e\164\x6f\x5f\157\141\x75\x74\x68\137\145\156\x74\x65\162\160\x72\x69\x73\145\137\160\154\x61\156";
    const PLAN_VERIFIED = "\x70\x6c\141\x6e\137\166\145\162\151\146\x69\145\x64";
    const USERNAME = "\x75\163\145\x72\156\141\x6d\x65";
    const PASSWORD = "\160\141\163\163\x77\157\162\x64";
    const NORMAL_CUSTOMER = "\144\151\163\141\142\x6c\x65\156\x6f\162\x6d\141\154\x63\x75\x73\164\x6f\x6d\145\x72";
    const EXECUTION_DATE = "\145\170\x65\x63\165\x74\151\x6f\x6e\x5f\x64\x61\164\145";
    const IsTrialExtended = "\151\x73\x5f\x74\162\x69\141\154\x5f\x65\170\x74\145\156\x64\145\x64";
    const SEND_EXPIRED_EMAIL = "\x73\x65\x6e\144\x5f\x65\170\160\151\x72\145\144\x5f\145\x6d\141\151\x6c";
}

Function Calls

None

Variables

None

Stats

MD5 f3c934eaca374e31cd4937a80642cc60
Eval Count 0
Decode Time 58 ms