MuleSoft Certified Developer – Level 1 — Question 66
What is the trait name you would use for specifying client credentials in RAML?
Answer options
- A. headers
- B. client-id
- C. client-id-required
- D. we do not specify in RAML
Correct answer: C
Explanation
The correct answer is C, 'client-id-required', as this trait specifies that client credentials must be provided. Options A, B, and D do not correctly identify the trait used for enforcing client credentials in RAML.