Conditions | 1 |
Paths | 1 |
Total Lines | 17 |
Code Lines | 15 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
23 | public function getAssociatedClaims(): array |
||
24 | { |
||
25 | return [ |
||
26 | 'name', |
||
27 | 'given_name', |
||
28 | 'middle_name', |
||
29 | 'family_name', |
||
30 | 'nickname', |
||
31 | 'preferred_username', |
||
32 | 'profile', |
||
33 | 'picture', |
||
34 | 'website', |
||
35 | 'gender', |
||
36 | 'birthdate', |
||
37 | 'zoneinfo', |
||
38 | 'locale', |
||
39 | 'updated_at', |
||
40 | ]; |
||
43 |