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:----CKvoOpY4Ut7718TZjfQaoSDF8XiGXe3H/9bRiM/YbKolwm6GRjNHNEGtdBHLAuJT/BB/2gh9tklH6dLO9sk5xl2K3rgPNQBHrK5mGh07cuta+tUJXBKDvNbv9187D0htIhxmgWiAsTvxLNAc+mnVO60xzpp6Ix4+NS6AnUC7Z1sx1id0Zp4ei/Fgd9Y+jtgch1rIEY2v47a9skyn2hrpj9BMYPG3z77WyqhqE/wNsZa88Rifs2jhya7kwJ+Ow+sMawcdVgr6PVkO2w9A2iHdDlND9Lb8WO2l/dO09FTxnJPVTm51c6xsgHCmu3qCPHvuTzNPNiZX0AoYni7B5Bw/6CAwuXXDt42LtKpxuFZJ91dCu6OGLkqAluTbh0xVCQyUX1QPkpHGt8P8M61eyzZGhx6/J0udilt9DrJ+H8wu8iojHVuBmeMhIA/3AqgrFJLedQAdQa/yKc0bBj1VbyYYHg4x7mZEvISoiWrzVpmG1WI1l5fNYWC6nLkbAx/PW8INQ3BOzaqPNOCxAq9CNjxdqNw+t9vltTiOhDLKdvK3wB8fU8npyjqqjpdfziIbzmZpvwxvFp7UFb44YX5bXqPMGKl+SlNvPj2Nz6TzTjk32xU9/V5pi/0y0AHyxhctXW447quU+dLFZ3X0+xG9frxHhd2DUbAg0sCJamzmmwyiwDs=----ATTACHMENT:----MzE5OTk1NjM1NTk1NTIyOSA1MTUzOTUyMDU3NTAxNzU1IDM2MTM3MTQ1MTMwODEyNDU=