summaryrefslogtreecommitdiffstats
path: root/Core/Authentication/Token/PreAuthenticatedToken.php
diff options
context:
space:
mode:
Diffstat (limited to 'Core/Authentication/Token/PreAuthenticatedToken.php')
-rw-r--r--Core/Authentication/Token/PreAuthenticatedToken.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/Core/Authentication/Token/PreAuthenticatedToken.php b/Core/Authentication/Token/PreAuthenticatedToken.php
index c84ea10..8efa508 100644
--- a/Core/Authentication/Token/PreAuthenticatedToken.php
+++ b/Core/Authentication/Token/PreAuthenticatedToken.php
@@ -18,8 +18,6 @@ namespace Symfony\Component\Security\Core\Authentication\Token;
*/
class PreAuthenticatedToken extends Token
{
- protected $providerKey;
-
/**
* Constructor.
*/
@@ -35,11 +33,6 @@ class PreAuthenticatedToken extends Token
$this->providerKey = $providerKey;
}
- public function getProviderKey()
- {
- return $this->providerKey;
- }
-
/**
* {@inheritdoc}
*/