Exam Slack-Dev-201 Topic 1 Question 59 Discussion
Actual exam question for Salesforce's Slack-Dev-201 exam
Question #: 59
Topic #: 1
Question #: 59
Topic #: 1
You are developing a Slack app that uses OAuth tokens for authentication.
How should these tokens be securely stored to protect user data?
How should these tokens be securely stored to protect user data?
Suggested Answer: C Vote an answer
Store the tokens in an encrypted database with restricted access Storing OAuth tokens in an encrypted database with restricted access is the most secure method. This approach ensures that the tokens are protected from unauthorized access, reducing the risk of token leakage or theft.
Why not the other options:
*Storing tokens in a local file can be insecure if the server is compromised.
*Embedding tokens in source code is highly insecure, especially if the codebase is accessible or shared.
*Emailing tokens can expose them to interception and is not a secure method of handling sensitive data.
Why not the other options:
*Storing tokens in a local file can be insecure if the server is compromised.
*Embedding tokens in source code is highly insecure, especially if the codebase is accessible or shared.
*Emailing tokens can expose them to interception and is not a secure method of handling sensitive data.
by Boris at Jul 21, 2026, 01:46 PM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).