TwoFactorAuthControllerConfiguration
in package
Class representing a configuration container for the front-end controller
Table of Contents
- ACCOUNT_SETTINGS_URL = 'account.php'
- Account settings URL
- BASE_URL = 'shop.php?do=TwoFactorAuth'
- Controller base URL
- CONFIGURATION_URL = 'shop.php?do=TwoFactorAuth/Configure'
- Configuration action URL
- DEACTIVATION_URL = 'shop.php?do=TwoFactorAuth/Deactivate'
- Deactivation action URL
- DEFAULT_ISSUER = 'Gambio'
- Default OTP issuer
- EDIT_URL = 'shop.php?do=TwoFactorAuth/Edit'
- Edit action URL
- MESSAGE_STACK_CLASS_NAME = 'account'
- Message stack class name
- SECRET_SESSION_KEY = 'twofactorauth_secret'
- Session key for the secret
- TEMPLATE_DIRECTORY = 'GXModules/Gambio/TwoFactorAuth/Shop/Html'
- Path to template directory
Constants
ACCOUNT_SETTINGS_URL
Account settings URL
public
mixed
ACCOUNT_SETTINGS_URL
= 'account.php'
BASE_URL
Controller base URL
public
mixed
BASE_URL
= 'shop.php?do=TwoFactorAuth'
CONFIGURATION_URL
Configuration action URL
public
mixed
CONFIGURATION_URL
= 'shop.php?do=TwoFactorAuth/Configure'
DEACTIVATION_URL
Deactivation action URL
public
mixed
DEACTIVATION_URL
= 'shop.php?do=TwoFactorAuth/Deactivate'
DEFAULT_ISSUER
Default OTP issuer
public
mixed
DEFAULT_ISSUER
= 'Gambio'
EDIT_URL
Edit action URL
public
mixed
EDIT_URL
= 'shop.php?do=TwoFactorAuth/Edit'
MESSAGE_STACK_CLASS_NAME
Message stack class name
public
mixed
MESSAGE_STACK_CLASS_NAME
= 'account'
SECRET_SESSION_KEY
Session key for the secret
public
mixed
SECRET_SESSION_KEY
= 'twofactorauth_secret'
TEMPLATE_DIRECTORY
Path to template directory
public
mixed
TEMPLATE_DIRECTORY
= 'GXModules/Gambio/TwoFactorAuth/Shop/Html'