public function FacebookAuthSettingsInterface::getAppSecret in Social Auth Facebook 8
Same name and namespace in other branches
- 8.2 src/Settings/FacebookAuthSettingsInterface.php \Drupal\social_auth_facebook\Settings\FacebookAuthSettingsInterface::getAppSecret()
- 3.x src/Settings/FacebookAuthSettingsInterface.php \Drupal\social_auth_facebook\Settings\FacebookAuthSettingsInterface::getAppSecret()
Gets the application secret.
Return value
string The application secret.
1 method overrides FacebookAuthSettingsInterface::getAppSecret()
- FacebookAuthSettings::getAppSecret in src/
Settings/ FacebookAuthSettings.php - Gets the application secret.
File
- src/
Settings/ FacebookAuthSettingsInterface.php, line 24
Class
- FacebookAuthSettingsInterface
- Defines the settings interface.
Namespace
Drupal\social_auth_facebook\SettingsCode
public function getAppSecret();