MyAccount API
TypeScript
import { MyAccountClient } from "github.com/auth0/myaccount-js"; async function main() { const client = new MyAccountClient({ token: "<token>", }); await client.factors.list(); } main();
{ "factors": [ { "type": "password", "usage": [ "primary" ] } ] }
Bearer and DPoP tokens are supported depending on the API configuration
Successfully retrieved enabled factors
Show child attributes
このページは役に立ちましたか?