Using react-native-twilio with twilio.com

Objective-C integration

Install
# See https://github.com/rogchap/react-native-twilio
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
Objective-C
API
twilio.com
twilio.com:twilio_oauth_v1
At a glance
Language Objective-C
Endpoints5
Base URLhttps://oauth.twilio.com