public function FacebookAuthSettingsInterface::getAppSecret in Open Social 8.4
Same name and namespace in other branches
- 8.9 modules/custom/social_auth_facebook/src/Settings/FacebookAuthSettingsInterface.php \Drupal\social_auth_facebook\Settings\FacebookAuthSettingsInterface::getAppSecret()
- 8 modules/custom/social_auth_facebook/src/Settings/FacebookAuthSettingsInterface.php \Drupal\social_auth_facebook\Settings\FacebookAuthSettingsInterface::getAppSecret()
- 8.2 modules/custom/social_auth_facebook/src/Settings/FacebookAuthSettingsInterface.php \Drupal\social_auth_facebook\Settings\FacebookAuthSettingsInterface::getAppSecret()
- 8.3 modules/custom/social_auth_facebook/src/Settings/FacebookAuthSettingsInterface.php \Drupal\social_auth_facebook\Settings\FacebookAuthSettingsInterface::getAppSecret()
- 8.5 modules/custom/social_auth_facebook/src/Settings/FacebookAuthSettingsInterface.php \Drupal\social_auth_facebook\Settings\FacebookAuthSettingsInterface::getAppSecret()
- 8.6 modules/custom/social_auth_facebook/src/Settings/FacebookAuthSettingsInterface.php \Drupal\social_auth_facebook\Settings\FacebookAuthSettingsInterface::getAppSecret()
- 8.7 modules/custom/social_auth_facebook/src/Settings/FacebookAuthSettingsInterface.php \Drupal\social_auth_facebook\Settings\FacebookAuthSettingsInterface::getAppSecret()
- 8.8 modules/custom/social_auth_facebook/src/Settings/FacebookAuthSettingsInterface.php \Drupal\social_auth_facebook\Settings\FacebookAuthSettingsInterface::getAppSecret()
Gets the app secret.
Return value
string The app secret.
1 method overrides FacebookAuthSettingsInterface::getAppSecret()
- FacebookAuthSettings::getAppSecret in modules/
custom/ social_auth_facebook/ src/ Settings/ FacebookAuthSettings.php - Gets the app secret.
File
- modules/
custom/ social_auth_facebook/ src/ Settings/ FacebookAuthSettingsInterface.php, line 24
Class
- FacebookAuthSettingsInterface
- Defines an interface for Social Auth Facebook settings.
Namespace
Drupal\social_auth_facebook\SettingsCode
public function getAppSecret();