Exam Vault Associate 002 All QuestionsBrowse all questions from this exam
Question 73

You can use a response-wrapping token more than once for as long as it has not expired.

    Correct Answer: B

    Response-wrapping tokens are designed to be single-use and are tied to a specific request. After the token is used once, it cannot be used again regardless of whether it has expired or not. This ensures the security and integrity of the data being transferred.

Discussion
daz_rekkaOption: B

No, response-wrapping tokens are per request: https://developer.hashicorp.com/vault/docs/concepts/response-wrapping#response-wrapping-token-creation

Mark1000Option: B

B Agree with dad_rekka