Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d693721 commit 6edb9e1Copy full SHA for 6edb9e1
src/Symfony/Component/Security/Guard/Token/GuardTokenInterface.php
@@ -3,10 +3,11 @@
3
namespace Symfony\Component\Security\Guard\Token;
4
5
/**
6
- * An empty interface that both guard tokens implement.
+ * A marker interface that both guard tokens implement.
7
*
8
- * This interface is used by the GuardAuthenticationProvider to know
9
- * that a token belongs to its system.
+ * Any tokens passed to GuardAuthenticationProvider (i.e. any tokens that
+ * are handled by the guard auth system) must implement this
10
+ * interface.
11
12
* @author Ryan Weaver <[email protected]>
13
*/
0 commit comments