CCFA-200B · Question #4
When creating an API client, which of the following must be saved immediately since it cannot be viewed again after the client is created?
The correct answer is B. Secret. When creating an API client, the secret must be saved immediately since it cannot be viewed again after the client is created. The secret is a randomly generated string that is used to authenticate the API client along with the client ID. The other options are either incorrect or
Question
When creating an API client, which of the following must be saved immediately since it cannot be viewed again after the client is created?
Options
- ABase URL
- BSecret
- CClient ID
- DClient name
How the community answered
(42 responses)- A2% (1)
- B88% (37)
- C2% (1)
- D7% (3)
Explanation
When creating an API client, the secret must be saved immediately since it cannot be viewed again after the client is created. The secret is a randomly generated string that is used to authenticate the API client along with the client ID. The other options are either incorrect or can be viewed or modified later.
Topics
Community Discussion
No community discussion yet for this question.