简体   繁体   中英

twilio login - where do I get the secret?

I am trying to learn how Twilio works, and uppon login I should login to the service and save that secret for usage in Android. See https://www.twilio.com/docs/voice/sdks/android/get-started#bullet3

However - its not documented how to read that secret. On linux its saved using libsecret - which has a command line tool to read ( libsecret-common contains a command line called `secret-tool), however its not documented how the secret is stored there (so retrieval is not trivial). Windows has a similar problem.

So: where do I get the secret generated at login?

Twilio developer evangelist here.

If you can't find the api key and secret that are saved as part of the Twilio CLI, you can create another set of keys for your application. Open up the Twilio console here and create a new API key and secret and you can use those values.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM