| Exam 200-901 | Question id=6260 | Understanding and Using APIs |
Which way should be used to safely store the API keys?
| A. |
in an environment variable unique to the system database | |
| B. |
encrypted in a configuration file that is separate from the code | |
| C. |
plain text in the code as a constant | |
| D. |
encrypted in the code in a function |