You are here

public function FacebookAuthSettingsInterface::getAppSecret in Social Auth Facebook 8.2

Same name and namespace in other branches
  1. 8 src/Settings/FacebookAuthSettingsInterface.php \Drupal\social_auth_facebook\Settings\FacebookAuthSettingsInterface::getAppSecret()
  2. 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\Settings

Code

public function getAppSecret();