| 1 | <?php |
||
| 10 | final class HttpSecurityScheme extends SecurityScheme |
||
| 11 | { |
||
| 12 | private $bearerFormat; |
||
| 13 | |||
| 14 | private $scheme; |
||
| 15 | |||
| 16 | 2 | public function __construct( |
|
| 30 | |||
| 31 | 1 | public function getBearerFormat(): string |
|
| 35 | |||
| 36 | 2 | public function getScheme(): string |
|
| 40 | |||
| 41 | 2 | public function hasBearerFormat(): bool |
|
| 45 | |||
| 46 | 2 | protected function normalizeOptionalSchemeProperties(): array |
|
| 52 | |||
| 53 | 2 | protected function normalizeRequiredSchemeProperties(): array |
|
| 59 | } |
||
| 60 |