#include <OpenApiGenerator.h>
Public Attributes | |
AuthMethod | defaultAuthMethod {AuthMethod::BEARER} |
std::map< String, AuthMethod > | operationsAuth |
String | openApiFile |
Generation options
AuthMethod sptk::OpenApiGenerator::Options::defaultAuthMethod {AuthMethod::BEARER} |
Default authentication method, used by most operations
String sptk::OpenApiGenerator::Options::openApiFile |
Output OpenAPI file
std::map<String, AuthMethod> sptk::OpenApiGenerator::Options::operationsAuth |
Authentication method, in format: Operation name -> Auth method