メインコンテンツへスキップ
GET
/
guardian
/
factors
/
sms
/
selected-provider
TypeScript
import { ManagementClient } from "auth0";

async function main() {
    const client = new ManagementClient({
        token: "<token>",
    });
    await client.guardian.factors.sms.getSelectedProvider();
}
main();
{
  "provider": "auth0"
}

承認

Authorization
string
header
必須

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

レスポンス

Returns selected SMS provider configuration

provider
enum<string>
利用可能なオプション:
auth0,
twilio,
phone-message-hook