You are here

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_square

Code

public function getAppSecret() {
  return $this->settings
    ->get('app_secret');
}