You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/resource-specific-documentation.md
+47
Original file line number
Diff line number
Diff line change
@@ -434,3 +434,50 @@ For `universal_login` template `templates/` will be created.
434
434
"body": "./universal_login.html"
435
435
}
436
436
```
437
+
438
+
## PhoneProviders
439
+
440
+
When managing phone providers, credentials are never exported.
441
+
442
+
For the Twilio `phoneProvider`, we add the placeholder `##TWILIO_AUTH_TOKEN##` for the credential's `auth_token`, which can be used with keyword replacement.
443
+
444
+
Refer to [keyword-replacement.md](keyword-replacement.md), [multi-environment-workflow.md](multi-environment-workflow.md), and the [Management API](https://auth0.com/docs/api/management/v2/branding/create-phone-provider) for more details.
0 commit comments