Conditions | 1 |
Paths | 1 |
Total Lines | 19 |
Code Lines | 16 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
53 | public function getAssociatedClaims(): array |
||
54 | { |
||
55 | return [ |
||
56 | 'name', |
||
57 | 'given_name', |
||
58 | 'middle_name', |
||
59 | 'family_name', |
||
60 | 'nickname', |
||
61 | 'preferred_username', |
||
62 | 'profile', |
||
63 | 'picture', |
||
64 | 'website', |
||
65 | 'gender', |
||
66 | 'birthdate', |
||
67 | 'zoneinfo', |
||
68 | 'locale', |
||
69 | 'updated_at', |
||
70 | ]; |
||
71 | } |
||
72 | |||
81 |