public function Connect::getAppSecret in Commerce Square Connect 8
Gets the application secret.
Return value
string The secret.
File
- src/
Connect.php, line 58
Class
- Connect
- Represents the Connect application for Square.
Namespace
Drupal\commerce_squareCode
public function getAppSecret() {
return $this->settings
->get('app_secret');
}