| 1 | <?php | ||
| 7 | class Payload extends AbstractTokenBody | ||
| 8 | { | ||
| 9 | /** | ||
| 10 | * @param Claim\ClaimInterface $claim | ||
| 11 | */ | ||
| 12 | public function setClaim(Claim\ClaimInterface $claim) | ||
| 16 | |||
| 17 | /** | ||
| 18 | * @param string $name | ||
| 19 | * @return Claim\ClaimInterface|null | ||
| 20 | */ | ||
| 21 | public function findClaimByName($name) | ||
| 32 | |||
| 33 | /** | ||
| 34 | * @return PropertyList | ||
| 35 | */ | ||
| 36 | public function getClaims() | ||
| 40 | } | ||
| 41 |