| Total Complexity | 1 |
| Total Lines | 28 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 5 | class IdentityProviderResponse |
||
| 6 | { |
||
| 7 | public string $uuid; |
||
| 8 | |||
| 9 | public string $label; |
||
| 10 | |||
| 11 | public string $idp_entity_id; |
||
| 12 | |||
| 13 | public string $sp_entity_id; |
||
| 14 | |||
| 15 | public string $sso_url; |
||
| 16 | |||
| 17 | public string $certificate; |
||
| 18 | |||
| 19 | public string $status; |
||
| 20 | |||
| 21 | public object $links; |
||
| 22 | |||
| 23 | public function __construct(object $idp) |
||
| 35 |