<?php
namespace Laravel\Passport\Bridge;
use League\OAuth2\Server\Entities\ScopeEntityInterface;
use League\OAuth2\Server\Entities\Traits\EntityTrait;
class Scope implements ScopeEntityInterface
{
use EntityTrait;
/**
* Create a new scope instance.
*
* @param string $name
* @return void
*/
public function __construct($name)
{
$this->setIdentifier($name);
}
/**
* Get the data that should be serialized to JSON.
*
* @return mixed
*/
#[\ReturnTypeWillChange]
public function jsonSerialize()
{
return $this->getIdentifier();
}
}
If you encounter any issues or need assistance, please reach out to our dedicated developer support team Contact Us
Thank you for choosing Kueue Pay Payment Gateway Solutions! We look forward to seeing your integration thrive and provide a seamless payment experience for your valued customers.