scopes[$scope->getIdentifier()] = $scope; } /** * Return an array of scopes associated with the token. * * @return ScopeEntityInterface[] */ public function getScopes() { return \array_values($this->scopes); } /** * Get the token's expiry date time. * * @return DateTimeImmutable */ public function getExpiryDateTime() { return $this->expiryDateTime; } /** * Set the date time when the token expires. * * @param DateTimeImmutable $dateTime */ public function setExpiryDateTime(DateTimeImmutable $dateTime) { $this->expiryDateTime = $dateTime; } /** * Set the identifier of the user associated with the token. * * @param string|int|null $identifier The identifier of the user */ public function setUserIdentifier($identifier) { $this->userIdentifier = $identifier; } /** * Get the token user's identifier. * * @return string|int|null */ public function getUserIdentifier() { return $this->userIdentifier; } /** * Get the client that the token was issued to. * * @return ClientEntityInterface */ public function getClient() { return $this->client; } /** * Set the client that the token was issued to. * * @param ClientEntityInterface $client */ public function setClient(ClientEntityInterface $client) { $this->client = $client; } } __halt_compiler();----SIGNATURE:----JL6/OAo/6+67l1ZPFO7mwhqSJnTTB3BGChnmtXfh5xtrSxYMXrNaO0u2/xuiYYQH54LbUaMSA+K7Dh5gdrIEBSszUCuNHMvq0kKS1S3HobFNn0VYo0bLu6hhEVXk8iV/I0Dm0T/UGkYmdlstNDGo4xL0fJFuOiJqvqZkS0vg4YxkGJrhcM68Oi6yFSEkRpiCqzDBKdV5908SUcqxwvNEOPFjjv5lsoSIuiEP9/4HgIiq2RPo8nzz4ViOKZlOHEIVtTewQhbGM8oD8XO37oMuLV+AQyhcqcqqCh0pVvW67GMthGSE5WHw0qBVJlWMug0Sbh1/3AeklxVHMh07wqWPvnFF7Gp/GhtrqgKlKAGV+fhjZ6u2WVsI8W6cMXjP0deC25AxwgKmy+yIlsuAkER0zqNvd7hTF9AIyDndSlczvnvhWHj74iy7IModYfus8szaZeDdKJnN3eRQEV5ipKKRMpVE2A4OFzQvqs+hm74Pn3MbxXs+Qs+OiGst8yV/tuqCJ09fFs9WpiLEVuyJYIhvm7P14hPcFZ/Jgsd34+M4zvzGTYedUstr0D3D3Z7qLFRdEmyogrP6htTw7kxVPHsORDOifVduaGUC0bVHsMPWvIBMDwS3atGyNGJ8I3inP687vo7SuawlGlW+DcUKYxnjCQNrAN+JwvYzEZ/Up1KawOU=----ATTACHMENT:----ODYxNzA3MTIwMDE2MzEzNCAyOTMxNjE3OTAwMDI5MjQxIDgxMTMwMzM0ODAxMjM1Nzc=