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 5a71aaf commit 1d79e35Copy full SHA for 1d79e35
src/Entities/TokenInterface.php
@@ -82,18 +82,4 @@ public function addScope(ScopeEntityInterface $scope);
82
* @return ScopeEntityInterface[]
83
*/
84
public function getScopes();
85
-
86
- /**
87
- * Associate a claim with the token.
88
- *
89
- * @param ClaimEntityInterface $claim
90
- */
91
- public function addClaim(ClaimEntityInterface $claim);
92
93
94
- * Return an array of claims associated with the token.
95
96
- * @return ClaimEntityInterface[]
97
98
- public function getClaims();
99
}
0 commit comments