Where do i define valid set of username and passwords for authentication using RAML.
Here is the RAML code i use.
Where do i define valid set of username and passwords for authentication using RAML.
Here is the RAML code i use.
您不知道:RAML 是一种 API 定义语言,您所说的是应用程序的安全配置。
尝试这个:
securitySchemes:
- basic:
type: Basic Authentication
https://github.com/mulesoft/api-console/blob/master/dist/examples/simple.raml