41 public function __construct(
string $clientId,
string $clientSecret,
string $scope =
null)
43 $this->clientId = $clientId;
44 $this->clientSecret = $clientSecret;
45 $this->scope = $scope;
46 $this->cacheKey = sha1($clientId . (
string)$scope);