| Conditions | 1 | 
| Paths | 1 | 
| Total Lines | 8 | 
| Code Lines | 5 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Changes | 0 | ||
| 1 | <?php  | 
            ||
| 35 | public function __construct(string $token, string $scope, string $clientIdentifier, string $resourceOwnerIdentifier,  | 
            ||
| 36 | int $expiresAt)  | 
            ||
| 37 |     { | 
            ||
| 38 | $this->token = $token;  | 
            ||
| 39 | $this->scope = $scope;  | 
            ||
| 40 | $this->clientIdentifier = $clientIdentifier;  | 
            ||
| 41 | $this->resourceOwnerIdentifier = $resourceOwnerIdentifier;  | 
            ||
| 42 | $this->expiresAt = $expiresAt;  | 
            ||
| 43 | }  | 
            ||
| 81 | }  |