setAppSecret method

void setAppSecret(
  1. String secretId,
  2. String secretKey
)

Implementation

void setAppSecret(String secretId, String secretKey) {
  this.secretId = secretId;
  this.secretKey = secretKey;
}