Conditions | 1 |
Paths | 1 |
Total Lines | 17 |
Code Lines | 15 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
38 | public function getAssociatedClaims(): array |
||
39 | { |
||
40 | return [ |
||
41 | 'name', |
||
42 | 'given_name', |
||
43 | 'middle_name', |
||
44 | 'family_name', |
||
45 | 'nickname', |
||
46 | 'preferred_username', |
||
47 | 'profile', |
||
48 | 'picture', |
||
49 | 'website', |
||
50 | 'gender', |
||
51 | 'birthdate', |
||
52 | 'zoneinfo', |
||
53 | 'locale', |
||
54 | 'updated_at', |
||
55 | ]; |
||
63 |