getAppSecret static method

String getAppSecret()

Retrieves the configured app secret.

Implementation

static String getAppSecret() {
  return appSecret;
}