Skip to content

Commit 1d79e35

Browse files
committed
Remove getClaims and addClaim from TokenInterface
1 parent 5a71aaf commit 1d79e35

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

src/Entities/TokenInterface.php

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -82,18 +82,4 @@ public function addScope(ScopeEntityInterface $scope);
8282
* @return ScopeEntityInterface[]
8383
*/
8484
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();
9985
}

0 commit comments

Comments
 (0)