You are here

public function FacebookAuthSettingsInterface::getAppSecret in Open Social 8.3

Same name and namespace in other branches
  1. 8.9 modules/custom/social_auth_facebook/src/Settings/FacebookAuthSettingsInterface.php \Drupal\social_auth_facebook\Settings\FacebookAuthSettingsInterface::getAppSecret()
  2. 8 modules/custom/social_auth_facebook/src/Settings/FacebookAuthSettingsInterface.php \Drupal\social_auth_facebook\Settings\FacebookAuthSettingsInterface::getAppSecret()
  3. 8.2 modules/custom/social_auth_facebook/src/Settings/FacebookAuthSettingsInterface.php \Drupal\social_auth_facebook\Settings\FacebookAuthSettingsInterface::getAppSecret()
  4. 8.4 modules/custom/social_auth_facebook/src/Settings/FacebookAuthSettingsInterface.php \Drupal\social_auth_facebook\Settings\FacebookAuthSettingsInterface::getAppSecret()
  5. 8.5 modules/custom/social_auth_facebook/src/Settings/FacebookAuthSettingsInterface.php \Drupal\social_auth_facebook\Settings\FacebookAuthSettingsInterface::getAppSecret()
  6. 8.6 modules/custom/social_auth_facebook/src/Settings/FacebookAuthSettingsInterface.php \Drupal\social_auth_facebook\Settings\FacebookAuthSettingsInterface::getAppSecret()
  7. 8.7 modules/custom/social_auth_facebook/src/Settings/FacebookAuthSettingsInterface.php \Drupal\social_auth_facebook\Settings\FacebookAuthSettingsInterface::getAppSecret()
  8. 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\Settings

Code

public function getAppSecret();