Using react-native-twilio-programmable-voice with twilio.com

Java integration

Install
# Maven: see https://github.com/hoxfon/react-native-twilio-programmable-voice
Fetches public JWKs
curl \
  -u "$API_USER:$API_PASS" \
  https://oauth.twilio.com/v1/certs
Retrieves the consented UserInfo and other claims about the logged-in subject…
curl \
  -u "$API_USER:$API_PASS" \
  https://oauth.twilio.com/v1/userinfo
Fetch configuration details about the OpenID Connect Authorization Server
curl \
  -u "$API_USER:$API_PASS" \
  https://oauth.twilio.com/v1/.well-known/openid-configuration
SDK on GitHub 📄 API Docs
SDK
react-native-twilio-programmable-voice
Java
API
twilio.com
twilio.com:twilio_oauth_v1
At a glance
Language Java
Endpoints5
Base URLhttps://oauth.twilio.com