0
`vault
    // .readKVSecret(api_token, "63ab53521ce9dfe4ed6fad73", "", "iam-users")
    .readKVSecret(api_token, "", "", 'totp/sms/code/my-key')
    .then((data) => {
      console.log("**********data",data);
    });

by using above method i can read the secrets but what I should do if I want to read totp?

0 Answers0