← Back to FedCm domain

FedCm.resetCooldown

Resets the cooldown time, if any, to allow the next FedCM call to show a dialog even if one was recently dismissed by the user.

Domain: FedCm experimental

Example Request

{
  "id": 1,
  "method": "FedCm.resetCooldown"
}

Example Response

{
  "id": 1,
  "result": {}
}

Usage in Node.js

const result = await send('FedCm.resetCooldown');
console.log(result);