TwoFactorAuthLoginControllerConfiguration
in package
Class representing a configuration container for the login front-end controller
Table of Contents
- ACCOUNT_SETTINGS_URL = TwoFactorAuthControllerConfiguration::ACCOUNT_SETTINGS_URL
- Account settings URL
- CONFIRM_URL = 'shop.php?do=TwoFactorAuthLogin/Confirm'
- Confirm URL
- CONFIRM_URL_METHOD = 'POST'
- Confirm URL method
- CUSTOMER_ID_SESSION_KEY = 'twofactorauth_login_customer_id'
- Customer ID session key
- EMAIL_POST_KEY = 'email_address'
- Email address POST key
- MESSAGE_STACK_CLASS_NAME = 'login'
- Message stack class name
- PASSWORD_POST_KEY = 'password'
- Password POST key
- PASSWORD_SESSION_KEY = 'twofactorauth_login_password'
- Password session key
- TEMPLATE_DIRECTORY = TwoFactorAuthControllerConfiguration::TEMPLATE_DIRECTORY
- Path to template directory
- TOKEN_POST_KEY = 'token'
- POST array key name for token confirmation
- TOKEN_PROMPT_URL = 'shop.php?do=TwoFactorAuthLogin'
- Token prompt URL
- USER_SESSION_KEY = 'twofactorauth_login_user'
- User session key
Constants
ACCOUNT_SETTINGS_URL
Account settings URL
public
mixed
ACCOUNT_SETTINGS_URL
= TwoFactorAuthControllerConfiguration::ACCOUNT_SETTINGS_URL
CONFIRM_URL
Confirm URL
public
mixed
CONFIRM_URL
= 'shop.php?do=TwoFactorAuthLogin/Confirm'
CONFIRM_URL_METHOD
Confirm URL method
public
mixed
CONFIRM_URL_METHOD
= 'POST'
CUSTOMER_ID_SESSION_KEY
Customer ID session key
public
mixed
CUSTOMER_ID_SESSION_KEY
= 'twofactorauth_login_customer_id'
EMAIL_POST_KEY
Email address POST key
public
mixed
EMAIL_POST_KEY
= 'email_address'
MESSAGE_STACK_CLASS_NAME
Message stack class name
public
mixed
MESSAGE_STACK_CLASS_NAME
= 'login'
PASSWORD_POST_KEY
Password POST key
public
mixed
PASSWORD_POST_KEY
= 'password'
PASSWORD_SESSION_KEY
Password session key
public
mixed
PASSWORD_SESSION_KEY
= 'twofactorauth_login_password'
TEMPLATE_DIRECTORY
Path to template directory
public
mixed
TEMPLATE_DIRECTORY
= TwoFactorAuthControllerConfiguration::TEMPLATE_DIRECTORY
TOKEN_POST_KEY
POST array key name for token confirmation
public
mixed
TOKEN_POST_KEY
= 'token'
TOKEN_PROMPT_URL
Token prompt URL
public
mixed
TOKEN_PROMPT_URL
= 'shop.php?do=TwoFactorAuthLogin'
USER_SESSION_KEY
User session key
public
mixed
USER_SESSION_KEY
= 'twofactorauth_login_user'