- Security
- Authentication
APIMATIC Basic Authentication Extensions - Password
By default, basic authentication requires username and password as input parameters. If you need to override the names of these parameters for code generation.
{"securitySchemes":{"basicAuth":{"type":"http","scheme":"basic","x-rename-password-as":"secret"}}}