struct OpenAPI::SecurityScheme
- OpenAPI::SecurityScheme
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
- OpenAPI::Object
- YAML::Serializable
Defined in:
open_api/security_scheme.crConstructors
Instance Method Summary
- #bearer_format : String | Nil
- #description : String | Nil
- #flows : OAuthFlows | Nil
- #in : String | Nil
- #name : String | Nil
- #open_id_connect_url : String | Nil
- #scheme : String | Nil
- #type : String