Exemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function getClientSecret()
 {
     /** @var string */
     return $this->signer->getClientSecret();
 }
Exemplo n.º 2
0
 public function testGetClientSecret()
 {
     $this->assertEquals(self::DEFAULT_CLIENT_SECRET, $this->signer->getClientSecret());
 }