- Security
- Authentication
APIMATIC Basic Authentication Extensions - Username
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-username-as":"name"}}}