Total Complexity | 5 |
Total Lines | 50 |
Duplicated Lines | 0 % |
Coverage | 73.68% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
11 | class AndroidSafetyNetAttestationStatement extends AbstractAttestationStatement |
||
12 | { |
||
13 | public const FORMAT_ID = 'android-safetynet'; |
||
14 | |||
15 | /** |
||
16 | * @var string |
||
17 | */ |
||
18 | private $response; |
||
19 | |||
20 | /** |
||
21 | * @var string |
||
22 | */ |
||
23 | private $version; |
||
24 | |||
25 | 3 | public function __construct(AttestationObject $attestationObject) |
|
51 | 3 | } |
|
52 | |||
53 | public function getVersion(): string |
||
56 | } |
||
57 | |||
58 | 3 | public function getResponse(): string |
|
63 |