Passer au contenu principal
PATCH
/
guardian
/
factors
/
push-notification
/
providers
/
fcmv1
TypeScript
import { ManagementClient } from "auth0";

async function main() {
    const client = new ManagementClient({
        token: "<token>",
    });
    await client.guardian.factors.pushNotification.setFcmv1Provider({});
}
main();
{}

Autorisations

Authorization
string
header
requis

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

Corps

server_credentials
string | null
Required string length: 1 - 10000

Réponse

FCMV1 configuration updated

The response is of type object.