| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 26 | public function __construct() |
||
| 27 | { |
||
| 28 | $this->addSubSource(new ClientAssertionJwtTokenEndpointAuthMethodSource()); |
||
| 29 | $this->addSubSource(new ClientSecretBasicTokenEndpointAuthMethodSource()); |
||
| 30 | $this->addSubSource(new ClientSecretPostTokenEndpointAuthMethodSource()); |
||
| 31 | $this->addSubSource(new NoneTokenEndpointAuthMethodSource()); |
||
| 32 | } |
||
| 33 | |||
| 51 |