We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5105cdd commit 2ac8fd5Copy full SHA for 2ac8fd5
src/Authenticator/TokenAuthenticator.php
@@ -45,6 +45,7 @@ class TokenAuthenticator extends AbstractAuthenticator implements StatelessInter
45
* @return \Authentication\Identifier\IdentifierInterface
46
*/
47
public function getIdentifier(): IdentifierInterface
48
+ {
49
return $this->_identifier ??= IdentifierFactory::create('Authentication.Token');
50
}
51
0 commit comments