Management API
TypeScript
import { ManagementClient } from "auth0"; async function main() { const client = new ManagementClient({ token: "<token>", }); await client.guardian.factors.phone.getSelectedProvider(); } main();
{ "provider": "auth0" }
Retrieve details of the multi-factor authentication phone provider configured for your tenant.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Returns selected Phone provider configuration
auth0
twilio
phone-message-hook