Ping Identity

vault_totp_use_backup

Atomically consume one single-use TOTP backup code. Moves the popped code from data.backupCodes into data.usedBackupCodes (kept as an audit trail) and returns it. Use when the live TOTP code is unavailable (clock skew, device lost). Each code can only be used once.

Remote loomal/identity

Remote (network-hosted)

Other tools also called vault_totp_use_backup? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "maxLength": 255,
      "description": "Credential name with backup codes"
    }
  }
}