public function testMethodAllowPublicClients()
 {
     $grant = new RefreshTokenGrant($this->accessTokenService, $this->refreshTokenService, ServerOptions::fromArray());
     $this->assertTrue($grant->allowPublicClients());
 }